🔓Authentication
Work in Progress
Currently the generator does not know about user's or permissions yet...working on this part. However you can more than secure your APIs and allow access based on bearer tokens and scopes.
This sample would create an API endpoint that requires authorization and only allows JWTs with specific scopes for read/write:
All "reading" methods take the ReadScope such as Get and Query and all other methods use the write scope.
To configure the generator for your JWT provider you have these options in the configuration:
Last updated