Email or username:

Password:

Forgot your password?
Top-level
Darius Kazemi

@sean so you would have some api calls requiring a bearer token from localstorage, and some that work unauthenticated

3 comments
Sean Tilley
@darius cool, in a nutshell that's what I'm thinking of doing.

There seems to be some warning against storing tokens in the browser, so I'm exploring what other way this might be done securely. 😅
Darius Kazemi

@sean what sort of warning? It's standard practice for OAuth

Darius Kazemi

@sean some tokens should not be stored, but others are designed to be

Go Up