Skip to content

Commit

Permalink
feat: Authentication v3 local authentication (#1211)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update authentication strategies for @feathersjs/authentication v3
  • Loading branch information
daffl committed Feb 14, 2019
1 parent 6a170f4 commit 226859c
Show file tree
Hide file tree
Showing 61 changed files with 456 additions and 5,236 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"install": "lerna bootstrap",
"publish": "lerna publish",
"lint": "semistandard \"packages/**/lib/**/*.js\" \"packages/**/test/**/*.js\" --fix",
"test": "npm run lint && nyc lerna run test --ignore @feathersjs/authentication-*",
"test": "npm run lint && nyc lerna run test --ignore @feathersjs/authentication-client",
"test:client": "grunt"
},
"semistandard": {
Expand Down
1 change: 0 additions & 1 deletion packages/authentication-jwt/.npmignore

This file was deleted.

233 changes: 0 additions & 233 deletions packages/authentication-jwt/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/authentication-jwt/LICENSE

This file was deleted.

47 changes: 0 additions & 47 deletions packages/authentication-jwt/README.md

This file was deleted.

0 comments on commit 226859c

Please sign in to comment.