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
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
I don't see the storage engine documented here, though it does mention it in the notes on the page.
Edit: ok it's in the examples. We should probably give it its own heading like the other options and tell what it expects. I was looking for it because for some reason the token isn't getting stored when I pass storage:localStorage as one of the options.
Edit 2: nevermind about it not working. I was passing storage:localStorage to the authenticate method instead of the authentication method. This is why you don't program when you're sick.
The text was updated successfully, but these errors were encountered:
http://docs.feathersjs.com/authentication/client.html
I don't see the storage engine documented here, though it does mention it in the notes on the page.
Edit: ok it's in the examples. We should probably give it its own heading like the other options and tell what it expects. I was looking for it because for some reason the token isn't getting stored when I pass
storage:localStorage
as one of the options.Edit 2: nevermind about it not working. I was passing
storage:localStorage
to theauthenticate
method instead of theauthentication
method. This is why you don't program when you're sick.The text was updated successfully, but these errors were encountered: