OWASP_MIN(default)RFC9106_SEC4_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .env.sh | |
| node_modules | |
| package-lock.json |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| printf "\e[30m%se[30m \e[0m" '\' | |
| printf "\e[31m%se[31m \e[0m" '\' | |
| printf "\e[32m%se[32m \e[0m" '\' | |
| printf "\e[33m%se[33m \e[0m" '\' | |
| printf "\e[34m%se[34m \e[0m" '\' | |
| printf "\e[35m%se[35m \e[0m" '\' | |
| printf "\e[36m%se[36m \e[0m" '\' | |
| printf "\e[37m%se[37m \e[0m" '\' |
This is my note for OpenFGA Tutorial.
https://openfga.dev/docs/getting-started
- Clear all data:
docker compose rm postgres
- Setup Node.js (Required version
>= 20) - Clone this Gist
- Run
npm installto install dependencies
NewerOlder