Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / go-chi/jwtauth issues and pull requests

#96 - upgrade deps

Pull Request - State: closed - Opened by pkieltyka 2 months ago

#95 - Bump golang.org/x/crypto from 0.21.0 to 0.31.0

Pull Request - State: closed - Opened by dependabot[bot] 2 months ago - 2 comments
Labels: dependencies

#94 - Claims["sub"] causing 401 token unauthorized error

Issue - State: closed - Opened by kein-1 4 months ago - 1 comment

#94 - Claims["sub"] causing 401 token unauthorized error

Issue - State: closed - Opened by kein-1 4 months ago - 1 comment

#93 - Add NewKeySet method to JWTAuth and demonstrate JWKS rotation

Pull Request - State: open - Opened by alexlovelltroy 6 months ago - 12 comments

#92 - Encode: check for errors while setting claim fields

Pull Request - State: closed - Opened by drakkan 8 months ago

#91 - Authenticator: remove jwt.Validate

Pull Request - State: closed - Opened by drakkan 8 months ago - 4 comments

#90 - Missing error handling when set claim fields

Issue - State: closed - Opened by weidonglian 11 months ago

#89 - Allow users to retrieve JWT from a query and cookie with a specified name

Pull Request - State: open - Opened by JunNishimura 11 months ago - 1 comment

#87 - Update godoc link to v5

Pull Request - State: closed - Opened by l2dy 11 months ago

#86 - Bump github.com/lestrrat-go/jwx/v2 from 2.0.20 to 2.0.21

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies

#85 - Continuation of JWKS support from PR #71

Pull Request - State: closed - Opened by davidallendj 12 months ago - 1 comment

#84 - update ci

Pull Request - State: closed - Opened by pkieltyka 12 months ago

#83 - Bump github.com/lestrrat-go/jwx/v2 from 2.0.17 to 2.0.19

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies

#82 - Bump github.com/lestrrat-go/jwx/v2 from 2.0.17 to 2.0.18

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies

#81 - Bump golang.org/x/crypto from 0.15.0 to 0.17.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies

#80 - Added more methods from RFC 7519 standard.

Pull Request - State: open - Opened by DroidZed over 1 year ago

#79 - Getting 401 unauthorized when passing token on multiple services

Issue - State: open - Opened by yieniggu over 1 year ago - 1 comment

#78 - jwt.Validate in jwtauth.Authenticator package error

Issue - State: closed - Opened by isrealbm over 1 year ago - 2 comments

#77 - Bump github.com/lestrrat-go/jwx/v2 from 2.0.6 to 2.0.11

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: dependencies

#76 - How to use JWT expiration?

Issue - State: closed - Opened by Thecrafterja about 2 years ago - 1 comment

#75 - TokenFromQuery is missing in Verifier

Issue - State: closed - Opened by MB175 about 2 years ago - 5 comments

#73 - use jwx v2

Pull Request - State: closed - Opened by drakkan over 2 years ago - 3 comments

#72 - Usage with Auth0 with ID Token

Issue - State: open - Opened by mschewe over 2 years ago - 1 comment

#71 - add jwks support, enable use of jwks rotation feature and upgrade underlying JWT library

Pull Request - State: open - Opened by tarcisioN almost 3 years ago - 9 comments

#70 - Add validate options in jwt auth for providing #59

Pull Request - State: open - Opened by Sarthak160 almost 3 years ago

#69 - remove unnecessary code.

Pull Request - State: closed - Opened by kvii about 3 years ago

#68 - add WithParseOption() to create jwtauth with custom parse options

Pull Request - State: open - Opened by msvechla about 3 years ago - 2 comments

#67 - remove redundant code and reorder struct fields

Pull Request - State: closed - Opened by bokunodev about 3 years ago

#66 - How to determine token type on Verify?

Issue - State: closed - Opened by flybot over 3 years ago - 2 comments

#65 - Update github.com/lestrrat-go/jwx to v1.2.6

Pull Request - State: closed - Opened by lukasmalkmus over 3 years ago - 1 comment

#64 - Extended on comments

Pull Request - State: open - Opened by SealOfTime over 3 years ago

#63 - OIDC Discovery functionality

Issue - State: closed - Opened by simongottschlag over 3 years ago - 2 comments

#62 - int turns float64 after decode

Issue - State: closed - Opened by alexgarzao over 3 years ago - 1 comment

#61 - feat: Allow cookie name and JWT verification options to be configured

Pull Request - State: closed - Opened by tcahill over 3 years ago

#60 - README and Comments Corrections After JWT Lib Change

Issue - State: open - Opened by carwyn almost 4 years ago - 1 comment

#59 - Altering Validation Options to jwt.Validate()

Issue - State: open - Opened by carwyn almost 4 years ago - 1 comment

#58 - `null` values in token lead to panic in jwtauth.Authenticator

Issue - State: closed - Opened by MattBrittan almost 4 years ago - 5 comments

#57 - Getting same token for every request

Issue - State: closed - Opened by sahilpaudel-pe almost 4 years ago - 3 comments

#56 - go get github.com/go-chi/jwtauth fails

Issue - State: closed - Opened by ghost almost 4 years ago - 1 comment

#55 - fix compatibility with jwx 1.1.0

Pull Request - State: closed - Opened by drakkan about 4 years ago

#54 - I seem to be having issues and errors with NBF

Issue - State: closed - Opened by adrianocr about 4 years ago - 4 comments

#53 - Add TokenFromRequest helper function

Pull Request - State: closed - Opened by kunalpowar about 4 years ago

#52 - Switch to github.com/lestrrat-go/jwx underlying jwt library

Pull Request - State: closed - Opened by pkieltyka about 4 years ago

#51 - Fix #50: Move away from unmaintained dgrijalva/jwt-go

Pull Request - State: closed - Opened by adamchalmers over 4 years ago - 1 comment

#50 - Move away from unmaintained dgrijalva/jwt-go

Issue - State: closed - Opened by adamchalmers over 4 years ago - 10 comments

#49 - Having a hard time setting up a custom authenticator function

Issue - State: closed - Opened by adrianocr over 4 years ago

#48 - jwtauth: token is expired

Issue - State: closed - Opened by akaDPR almost 5 years ago - 2 comments

#47 - fix incorrect error checking for NBF

Pull Request - State: closed - Opened by hmkwizu about 5 years ago - 2 comments

#46 - Specify a custom decoder

Pull Request - State: closed - Opened by razor-1 about 5 years ago - 1 comment

#45 - How set expires time in MapClaims

Issue - State: closed - Opened by rof20004 about 5 years ago - 1 comment

#43 - Problem with the Verifier

Issue - State: closed - Opened by alexandrubese over 5 years ago - 1 comment

#42 - Cannot install using Go modules

Issue - State: closed - Opened by carldunham over 5 years ago - 7 comments

#41 - wrong

Pull Request - State: closed - Opened by kay07 over 5 years ago - 2 comments

#40 - How would I implement multiple secrets on the server side?

Issue - State: open - Opened by avpavp over 5 years ago - 2 comments

#39 - Repository Dead

Issue - State: closed - Opened by n33pm over 5 years ago - 3 comments

#38 - Claim creation issue in the example

Pull Request - State: closed - Opened by iamharvey over 5 years ago - 6 comments

#37 - adds support for custom keyFunc for signing and verification keys

Pull Request - State: closed - Opened by bhoriuchi over 5 years ago - 4 comments

#36 - Add Custom Parser

Pull Request - State: closed - Opened by n33pm almost 6 years ago - 1 comment

#35 - VerifyRequest returns incorrect error when error is due to ValidationErrorNotValidYet

Issue - State: closed - Opened by 1gm almost 6 years ago - 3 comments

#34 - gcloud build complaining about Encode

Issue - State: closed - Opened by jrogozen about 6 years ago - 3 comments

#33 - Separated Verification token function from VerifyRequest

Pull Request - State: closed - Opened by Arkiant about 6 years ago - 1 comment

#32 - Allow specify custom keyFunc & flexible costructor

Pull Request - State: closed - Opened by albenik about 6 years ago - 1 comment

#31 - V4

Pull Request - State: closed - Opened by CarpeVinum over 6 years ago

#30 - Remove unnecessary code and clean up errors

Pull Request - State: closed - Opened by ernsheong over 6 years ago - 2 comments

#29 - Code is detecting non-existent error from jwt-go

Issue - State: closed - Opened by ernsheong over 6 years ago

#28 - Middleware never validates claims despite claiming to

Issue - State: closed - Opened by veqryn over 6 years ago - 10 comments

#27 - Multiple keys / kid

Issue - State: open - Opened by nkovacs over 6 years ago - 1 comment

#26 - Truly support jwtauth.Claims when parsing from context

Pull Request - State: closed - Opened by slax0rr almost 7 years ago - 1 comment

#25 - Support jwtauth.Claims in FromContext(), fixes panic

Pull Request - State: closed - Opened by VojtechVitek about 7 years ago

#24 - Add ErrNoTokenFound verify error

Pull Request - State: closed - Opened by VojtechVitek about 7 years ago

#23 - Add godoc badge to readme

Pull Request - State: closed - Opened by jonhester over 7 years ago

#22 - Fixes 21, to allow the use of RSA signing methods.

Pull Request - State: closed - Opened by e-nikolov over 7 years ago - 1 comment

#21 - RSA signing method

Issue - State: closed - Opened by e-nikolov over 7 years ago

#20 - Implement custom search functions

Pull Request - State: closed - Opened by lukasmalkmus over 7 years ago - 7 comments

#19 - Make token search order configureable

Issue - State: closed - Opened by lukasmalkmus over 7 years ago - 2 comments

#18 - Incompatible with jwt-go 3.0.0

Issue - State: closed - Opened by mgerb over 7 years ago - 4 comments

#17 - Customizing Authenticator

Issue - State: closed - Opened by LutherDiaz over 7 years ago - 2 comments

#16 - Interface conversion error when running example:

Issue - State: closed - Opened by slavabobik almost 8 years ago - 5 comments

#15 - Unable to retrieve token from context

Issue - State: closed - Opened by unitrq about 8 years ago - 3 comments

#14 - interface conversion: interface {} is *jwt.Token, not *jwt.Token

Issue - State: closed - Opened by diegobernardes about 8 years ago - 4 comments

#13 - Change the jwt package

Issue - State: closed - Opened by diegobernardes about 8 years ago - 2 comments

#12 - add TokenFromContext convenience function

Pull Request - State: closed - Opened by Eriner about 8 years ago - 1 comment

#11 - A proposal for a migration to v3.0.0 of https://github.com/dgrijalva/jwt-go

Pull Request - State: closed - Opened by alexguzun about 8 years ago - 5 comments

#10 - `jwt` key not being retrieved from context

Issue - State: closed - Opened by yargevad over 8 years ago - 11 comments

#9 - Go 1.7 + Vendor jwt-go at v2.7

Pull Request - State: closed - Opened by VojtechVitek over 8 years ago - 3 comments

#8 - Support jwt-go v3.0

Pull Request - State: closed - Opened by pkieltyka over 8 years ago - 2 comments

#7 - Error with using Claims type as Map

Issue - State: closed - Opened by jdek over 8 years ago - 5 comments

#6 - Fixed panic error when `token.Method != ja.signer`

Pull Request - State: closed - Opened by sogko about 9 years ago - 1 comment

#5 - Prioritize 'jwt' Cookie over Authorization header

Pull Request - State: closed - Opened by VojtechVitek about 9 years ago

#4 - Refactor+expiry

Pull Request - State: closed - Opened by pkieltyka about 9 years ago

#3 - Token expiry

Issue - State: closed - Opened by pkieltyka about 9 years ago - 1 comment

#2 - Adds support for custom parser settings added in jwt-go 2.4.0

Pull Request - State: closed - Opened by c2h5oh about 9 years ago

#1 - Added optional token marker

Pull Request - State: closed - Opened by utrack over 9 years ago