-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add tests for get_user_access_token method #307
Comments
@Ram81 I would like to work on this issue. But I am a little unfamiliar with the working of this method. Can you help me with this? |
@ShauryaAg the method accepts a expiring auth token as a parameter and makes API call to evalai backend to get an Access Token. Expiring auth tokens expire when user logs out but the access token can be used to make api calls irrespective of login state |
@Ram81 sorry about the confusion, my local clone was not up-to-date. I would like to take this issue. |
@ShauryaAg Sure, go ahead. |
@Ram81 The test for |
Description
Add tests for
get_user_access_token
method inevalai/utils/auth.py
.The text was updated successfully, but these errors were encountered: