Skip to content

Instantly share code, notes, and snippets.

@hasuniea
Created July 22, 2019 09:47
Show Gist options
  • Save hasuniea/93f40c3a335cfbc5d2987511c716f1af to your computer and use it in GitHub Desktop.
Save hasuniea/93f40c3a335cfbc5d2987511c716f1af to your computer and use it in GitHub Desktop.
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