Skip to content

Releases: ahopkins/sanic-jwt

Version 1.8.0

28 Jun 10:01
74213de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

Version 1.7.0

12 Aug 10:42
4f6ab07
Compare
Choose a tag to compare

Added

  • #213 Add samesite cookie option
  • #214 Compat with Sanic 21.3+
  • #189, #217 Documentation updates

Version 1.6.0

05 Jan 10:04
Compare
Choose a tag to compare

Added

  • Upgrade PyJWT to v2 and add support

Version 1.4.1 - 2020-05-03

03 Jun 09:48
Compare
Choose a tag to compare
v1.4.1

Bump version to 1.4.1

Version 1.3.2 - 2019-05-19

16 May 10:57
75e571b
Compare
Choose a tag to compare

Added

  • Instant configuration into scoped decorator for inline config changes outside of protected.

Version 1.3.1 - 2019-04-25

25 Apr 08:51
cf4890e
Compare
Choose a tag to compare

Added

  • Support for False and None scopes.

Changed

  • Use request.args instead of request.query_args to resolve Depracation Warning.

Version 1.3.0 - 2019-04-24

24 Apr 20:51
ec951d5
Compare
Choose a tag to compare

Added

  • #40. Page redirection for static page protection
  • Support to be able to individually protect class-based view methods without the decorators property

Version 1.2.2 - 2019-03-14

14 Mar 08:49
432f0b5
Compare
Choose a tag to compare

Changed

  • #148. Exception message on refresh token intialization

Fixed

  • #147. protected decorator properly applied to built in views when initialized on a blueprint

Version 1.2.1 - 2018-12-04

04 Dec 20:46
0b56cd6
Compare
Choose a tag to compare

Fixed

  • #144 Security bug resolved on empty tokens

Version 1.2.0 - 2018-11-08

08 Nov 11:11
eb4b55d
Compare
Choose a tag to compare

Added

  • Custom claims
  • Extra payload validation
  • Configuration option: SANIC_JWT_DO_PROTECTION

Changed

  • Invalid tokens now 401 instead of 403