-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorization #27
Comments
I'll gladly grab this one. As discussed, if |
Is this planned to just facilitate adding Would be nice to just have a UseAuthentication (AuthenticationMode.DefaultJwt or something) flag which gets you an out of the box api that supports user login/registration. This would allow people to add different authentication methods later. Maybe |
As said on stream be good if jwt tokens could be handled. I still use them in my apis as extra payer of security ontop of identity login. Maybe default end points /JwtToken/IssueToken /JwtToken/RefreshToken One issue we might have is if their using other layers of security how we tell them its a bearer token etc. |
I personally go with I'm not sure what you mean by tell them it's a bearer token? The person using |
Also we would have to consider how we want to pass in a user defined signing secret. |
We should enable Authorization with optional entries in the InstantAPI configuration
_from @bravecobra's post on #49
[ ] allow authorization for the generated APIs and be able to specify authenticated users, required policies, etc...
The text was updated successfully, but these errors were encountered: