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

Allow jwt to take null or undefined #81

Merged
merged 1 commit into from
Feb 15, 2019

Conversation

akmjenkins
Copy link
Contributor

@akmjenkins akmjenkins commented Feb 15, 2019

Minor change, but I've had to do this in my code which I'm not a big fan of:

api.jwt(getTokens().accessToken || null)

Minor change, but I've had to do this in my code which I'm not a big fan of:

`api.jwt(getToken().accessToken || null)`
@niftylettuce niftylettuce merged commit 5fa9bc4 into ladjs:master Feb 15, 2019
@niftylettuce
Copy link
Collaborator

@akmjenkins thanks! version 2.0.6 of frisbee has been released, see https://github.com/niftylettuce/frisbee/releases/tag/v2.0.6 for release notes. I've also updated the README at https://github.com/niftylettuce/frisbee and provided clearer examples and usage.

@akmjenkins akmjenkins deleted the feature/jwt-null-undefined branch February 17, 2019 13:50
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

Successfully merging this pull request may close these issues.

None yet

2 participants