- Notifications
You must be signed in to change notification settings - Fork92
OpenFGA website and documentation
License
openfga/openfga.dev
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
OpenFGA is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Auth0 FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. It offers an HTTP API and has SDKs for programming languages includingJavaScript,GoLang and.NET. More SDKs and integrations such as Rego are planned for the future. OpenFGA is designed and optimized for reliability and low latency at a high scale.
This website is built usingDocusaurus, a modern static website generator.
Rungit clone https://github.com/openfga/openfga.dev.git to clone the repo to your machine.
- Follow the instructionshere to install git lfs on your system.
- If you haven't done so yet, run
git lfs installto set up git lfs for your account. - Run
git lfs pull - Run
git lfs checkout
Currentlymp4,webm andsvg files are tracked. If you need to track more media formats, run:git lfs track "*.extension"
To run the docs locally you will need to first install dependencies:
npm installYou can then run
npm run devThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
To generate a production build
npm run build # Generated files will be in the ./build directory
To launch a server with the build files, run
npm run serveYou will then be able to browse the documentation athttp://localhost:3000/
To build in development mode
docker build --target development . -t fga-docs-devTo run in development mode
docker run --init --rm -p 3000:3000 fga-docs-devThe generated webpages will be available inhttp://localhost:3000.
To build in production mode
docker build . -t fga-docsRun
docker run --init --rm -p 3000:80 fga-docsGitHub ActionDeploy PR Preview allows previewing of proposed changes. The URL for the changes can be previewed via
https://openfga.dev/pr-preview/pr-[number]For example, previewing changes on PR-589 for changes on docs/modeling/public-access is available via
https://openfga.dev/pr-preview/pr-589/docs/modeling/public-accessPlease review theContributing Guidelines before sending a PR or opening an issue.
If you find a bug or inaccuracy in the documentation content, please report it in this repository'sissues section. Please do not report security vulnerabilities on the public GitHub issue tracker. Refer tothe security policy for disclosing security issues.
OpenFGAcontact@openfga.dev (https://openfga.dev)
Please refer tohttps://github.com/openfga/rfcs/blob/main/LICENSE for license information.
About
OpenFGA website and documentation
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.