feathers-authentication-jwt
Version:
JWT authentication strategy for feathers-authentication using Passport
43 lines (25 loc) • 2.4 kB
Markdown
# Change Log
## [v0.3.1](https://github.com/feathersjs/feathers-authentication-jwt/tree/v0.3.1) (2016-12-29)
[Full Changelog](https://github.com/feathersjs/feathers-authentication-jwt/compare/v0.3.0...v0.3.1)
**Closed issues:**
- Remove `typeof 'string'` check for secret [\#9](https://github.com/feathersjs/feathers-authentication-jwt/issues/9)
**Merged pull requests:**
- Fix check for secret not being undefined [\#12](https://github.com/feathersjs/feathers-authentication-jwt/pull/12) ([daffl](https://github.com/daffl))
## [v0.3.0](https://github.com/feathersjs/feathers-authentication-jwt/tree/v0.3.0) (2016-12-14)
[Full Changelog](https://github.com/feathersjs/feathers-authentication-jwt/compare/v0.2.0...v0.3.0)
**Closed issues:**
- Add docs section on expected request params [\#7](https://github.com/feathersjs/feathers-authentication-jwt/issues/7)
- Add support for 'Bearer token' style header [\#5](https://github.com/feathersjs/feathers-authentication-jwt/issues/5)
- Re-using the same JWT with Primus / websockets [\#4](https://github.com/feathersjs/feathers-authentication-jwt/issues/4)
**Merged pull requests:**
- Document expected request data [\#8](https://github.com/feathersjs/feathers-authentication-jwt/pull/8) ([marshallswain](https://github.com/marshallswain))
- Add support for using the Bearer scheme in the Auth header [\#6](https://github.com/feathersjs/feathers-authentication-jwt/pull/6) ([timelesshaze](https://github.com/timelesshaze))
## [v0.2.0](https://github.com/feathersjs/feathers-authentication-jwt/tree/v0.2.0) (2016-11-23)
[Full Changelog](https://github.com/feathersjs/feathers-authentication-jwt/compare/v0.1.0...v0.2.0)
**Closed issues:**
- Automatically attempt to put the entityId in the payload [\#2](https://github.com/feathersjs/feathers-authentication-jwt/issues/2)
- what's the difference between this and feathers-authentication-local? [\#1](https://github.com/feathersjs/feathers-authentication-jwt/issues/1)
**Merged pull requests:**
- Adding payload support and fixing config values [\#3](https://github.com/feathersjs/feathers-authentication-jwt/pull/3) ([ekryski](https://github.com/ekryski))
## [v0.1.0](https://github.com/feathersjs/feathers-authentication-jwt/tree/v0.1.0) (2016-11-16)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*