4.1.0
- Allow JWT
typeto be things besidesrefreshoraccess(#401). Any type that is notrefreshwill be considered an access token. Thanks @sambonner for the PR! - Allow locations kwarg for jwt_required() to be a string (#394)
- Minor documentation improvements