redux-token-auth
redux-token-auth copied to clipboard
Redux actions and reducers to integrate easily with Devise Token Auth
Hi, I have question, redux-token-auth has support for MongoId?
When setting a custom storage engine vie the config ``` const config = { authUrl, storage: myStorageEngine, userAttributes: { firstName: 'first_name', imageUrl: 'image', }, userRegistrationAttributes: { firstName: 'first_name', }, }...
I'm interested in using this library with React Native. The Readme states "React Native equivalents using `AsyncStorage` are roadmapped but not yet supported." I'm wondering if a solution involving [redux-persist](https://github.com/rt2zz/redux-persist/tree/v4)...
I want to set the values in sessionStorage instead of localStorage. Current configuration: ``` { authUrl: 'http:localhost:3000/user_auth', storage: sessionStorage, userAttributes: { firstName: 'first_name', lastName: 'last_name', contactNumber: 'contact_number', profilePhotoUrl: 'profile_photo_url', gender:...
Hi there For our app we need to verify a user's password before making setting changes. At this point they are already signed in but want to verify again for...
After registration the user should not be logged in automatically, the backend might need the user to do more actions before the user can log in, for example it might...
I have a problem that after a user is logged in and I refresh the page several times that sometimes the Response returns a status code 200 but the _access-token_...
Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @zhuangya for their help! Changelog...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's...