auth0/angular-storage

JWT token saved with quotes

Closed this issue · 3 comments

store.set('jwt', response.data.token);

This stores the token value encapsulated in quotes. Is there any way to avoid this? I just want the plain output from response.data.token which is unquoted.

Any workaround?

vaail commented

@Fossil01 @hexadecy
Use store.get('jwt') in tokenGetter.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️