You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, was wondering if there are any additional setup required when authenticating a Google OAuth token? The header format is of the form Authorization: Token some_hash, but for some reason the response form calling an API afterwards returns {detail: Invalid token. }. Can this be caused if a default expiry and additional settings are not set? When not using 3rd party Oauth, the client logs in and is able to perform API calls with the token created by durin.
The text was updated successfully, but these errors were encountered:
I haven't tried using durin with OAuth but I do believe it would require additional setup steps.
First of all, a google (or some other) OAuth token won't work with durin's TokenAuthentication backend (authentication provider) because durin tokens are stored in the AuthToken model in the DB.
Hi, was wondering if there are any additional setup required when authenticating a Google OAuth token? The header format is of the form Authorization: Token
some_hash
, but for some reason the response form calling an API afterwards returns{detail: Invalid token. }
. Can this be caused if a default expiry and additional settings are not set? When not using 3rd party Oauth, the client logs in and is able to perform API calls with the token created by durin.The text was updated successfully, but these errors were encountered: