Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting storage to sessionStorage not working #32

Open
swapnil2993 opened this issue Mar 6, 2018 · 1 comment
Open

setting storage to sessionStorage not working #32

swapnil2993 opened this issue Mar 6, 2018 · 1 comment

Comments

@swapnil2993
Copy link

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: 'gender',
    role: 'role',
    type: 'type',
    uid: 'uid',
    id: 'id',
    email: 'email',
  },
  userRegistrationAttributes: {
    firstName: 'first_name',
    lastName: 'last_name',
  },
}

How should I configure it?

@wa0x6e
Copy link

wa0x6e commented Apr 13, 2018

May be related to #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants