-
Notifications
You must be signed in to change notification settings - Fork 26
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
External api to generate Auth Token for API users #849
Comments
Himesh's Review comments:
|
@mahalakshme is this api to be considered external api, and swagger api doc entry needed for it.? Or do we hide it to prevent abuse? |
himeshr
added a commit
to avniproject/avni-webapp
that referenced
this issue
Jan 16, 2025
…ionAPI modification in user settings
himeshr
added a commit
that referenced
this issue
Jan 16, 2025
himeshr
added a commit
that referenced
this issue
Jan 16, 2025
himeshr
added a commit
that referenced
this issue
Jan 16, 2025
himeshr
changed the title
Login api for API users
Generate Auth Token external api for API users
Jan 16, 2025
himeshr
changed the title
Generate Auth Token external api for API users
External api to generate Auth Token for API users
Jan 16, 2025
himeshr
added a commit
that referenced
this issue
Jan 16, 2025
Test casesWebapp
Server
|
himeshr
added a commit
that referenced
this issue
Jan 16, 2025
himeshr
added a commit
that referenced
this issue
Jan 17, 2025
himeshr
added a commit
that referenced
this issue
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need:
Not all backend languages support SRP. So, some prefer user-password authentication. For this, sharing AWS access keys outside our org is not safe. So we need a login API.
AC:
Technical details:
Code in this file in integration repo can be reused. Looks like fetching refresh token is not done, and each time we fetch access token only, same can be done.
Inputs:
isApiUser - login via API
timeout - low one is good -
The text was updated successfully, but these errors were encountered: