implement SASL OAUTHBEARER and draft/bearer (#2122)

* implement SASL OAUTHBEARER and draft/bearer
* Upgrade JWT lib
* Fix an edge case in SASL EXTERNAL
* Accept longer SASL responses
* review fix: allow multiple token definitions
* enhance tests
* use SASL utilities from irc-go
* test expired tokens
This commit is contained in:
Shivaram Lingamneni
2024-02-13 18:58:32 -05:00
committed by GitHub
parent 8475b62da4
commit ee7f818674
58 changed files with 2868 additions and 975 deletions

1
vendor/github.com/golang-jwt/jwt/v5/staticcheck.conf generated vendored Normal file
View File

@@ -0,0 +1 @@
checks = ["all", "-ST1000", "-ST1003", "-ST1016", "-ST1023"]