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
To authenticate my users, I need their specific bearer token that is not permanently fixed. After login in I need to use this token inorder to be able to call other authenticated endpoints.
Please can there be a way to pass this in the header as Authorization value in the format Bearer <bearer token>
The text was updated successfully, but these errors were encountered:
To authenticate my users, I need their specific bearer token that is not permanently fixed. After login in I need to use this token inorder to be able to call other authenticated endpoints.
Please can there be a way to pass this in the header as
Authorization
value in the formatBearer <bearer token>
The text was updated successfully, but these errors were encountered: