Add tide-jwt middleware implementation to readme

I've submitted a simple tide-jwt middleware for supporting jwt authorization bearer tokens. This supports validating, encoding and decoding claims as passed into the utility functions and when configuring the middleware.
This commit is contained in:
Thomas Holloway 2022-07-09 14:58:11 -05:00 committed by GitHub
parent 20fe435a95
commit e144775052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ team. Use at your own risk.</sup>
### Auth
* [tide-http-auth](https://github.com/chrisdickinson/tide-http-auth)
* [tide-openidconnect](https://github.com/malyn/tide-openidconnect)
* [tide-jwt](htps://github.com/nyxtom/tide-jwt)
### Testing
* [tide-testing](https://github.com/jbr/tide-testing)