Sanad Haj Yahya
Sanad Haj Yahya
@ianrussel what version you are using ? unfortunately seems you are using an old version of this package since `authenticator` only exist in v1. please describe your use case.
@TomerSalton i'd love to see your name in our contributors list :)
@TomerSalton first of all, I'd like to thank you for the motivation to join our contributor's list. unfortunately for you, right now all new features and API changes put on...
@briwagner first of all, thank you for reaching out. FYI, moved to v2 for more scalability and maintenance. IIRC, https://github.com/shaj13/go-guardian/tree/master/_examples/basic_bearer cover the token and basic strategy may we need to...
@shachardevops `StaticSecret.ID` used to be added to the jwt kid header so when the token comeback we can validate it with the correct secret. PTAL https://tools.ietf.org/html/rfc7515#section-4.1.4 basically, a secure system...
@briwagner awesome let's start by re-organize the examples. split the basic_bearer to basic and token. the token example can use the basic similar to [jwt example](https://github.com/shaj13/go-guardian/blob/master/_examples/jwt/main.go) regarding README maybe something...
@briwagner created an issue for example #104, feel free to take it.
@quentinalbertone will update the example asap. @Ivasan7 thanks, will take a look into your PR, with the new version of libcache you can clean the cache in two different mechanisms...
@alexanderturner Unable to reproduce the issue from the given code, do you use the same `WithMembers` configuration with all hosts? Docs: ```txt WithMembers add the given members to the raft...
@raskchanky I was curious what's the status of it, I'd also love this feature, and will be happy to raise PR.