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

fix: Handle error oAuth redirect in authentication client #1307

Merged
merged 1 commit into from
Apr 24, 2019

Conversation

daffl
Copy link
Member

@daffl daffl commented Apr 24, 2019

No description provided.

@daffl daffl merged commit 12d48ee into master Apr 24, 2019
@daffl daffl deleted the auth-client-redirect branch April 24, 2019 02:14
@@ -41,18 +41,18 @@ describe('@feathersjs/authentication-client', () => {
assert.strictEqual(typeof app.logout, 'function');
});

it('setJwt, getJwt, removeJwt', async () => {
it('setAccessToken, getAccessToken, removeJwt', async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it('setAccessToken, getAccessToken, removeAccessToken', async () => {

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