@sean so you would have some api calls requiring a bearer token from localstorage, and some that work unauthenticated
Top-level
@sean so you would have some api calls requiring a bearer token from localstorage, and some that work unauthenticated 3 comments
|
There seems to be some warning against storing tokens in the browser, so I'm exploring what other way this might be done securely. 😅