Created
July 22, 2019 09:47
-
-
Save hasuniea/93f40c3a335cfbc5d2987511c716f1af to your computer and use it in GitHub Desktop.
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
| tree bookstore/ | |
| bookstore/ | |
| ├── api_definitions | |
| ├── conf | |
| │ └── deployment-config.toml | |
| ├── extensions | |
| │ ├── extension_filter.bal | |
| │ ├── startup_extension.bal | |
| │ └── token_revocation_extension.bal | |
| ├── interceptors | |
| ├── policies.yaml | |
| ├── services | |
| │ ├── authorize_endpoint.bal | |
| │ ├── revoke_endpoint.bal | |
| │ ├── token_endpoint.bal | |
| │ └── user_info_endpoint.bal | |
| └── target | |
| └── gen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment