Authentication using API keys? #20475
Unanswered
naveennamani
asked this question in
Feature Requests
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want the following feature.
Whenever a user signup, a random API key will be generated which can then be used by the user to access the rest API of the application.
Current implementation scenario
This scheme is currently implementable using a server as follows.
Question
All reactions