Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: Authentication core improvements #1260

Merged
merged 9 commits into from
Mar 24, 2019
Prev Previous commit
Next Next commit
Fix test
daffl committed Mar 11, 2019
commit e99180482c4678e7fa54c45e51aa9465041e09ba
2 changes: 1 addition & 1 deletion packages/authentication/test/hooks/connection.test.js
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ describe('authentication/hooks/connection', () => {
return service.create({}, { connection }).then(() => {
assert.deepStrictEqual(connection, {
authentication: {
strategy: 'test',
strategy: 'jwt',
accessToken: '1234'
},
additionalParams: true