Ivasan7

Results 5 comments of Ivasan7

hello @tombuildsstuff , For me no problem, tbh I am using this provider and I can not test it with other providers at the moment. I opened it as general...

@quentinalbertone I have found a workaround that works for me, maybe a bit hacky, but try it. ```go func setupGoGuardian() { keeper = jwt.StaticSecret{ ID: "secret-id", Secret: []byte("secret"), Algorithm: jwt.HS256,...

Added also a PR https://github.com/shaj13/go-guardian/pull/122

@quentinalbertone One more bug after, but then it sort of works. Apply the following change as well. https://github.com/shaj13/go-guardian/pull/123