Michael Fridman
Michael Fridman
If this is up for consideration, maybe we can also add an `IsPassive` feature? afaics there are no documented examples on how to refresh session. So adding support for `ForceAuthn`...
+1 for adding a configurable clock skew up to a limit, say 5 min. At which point should probably fix the cause of the skew instead of extending the skew.
Initialize `*saml2.SAMLServiceProvider` and then call the `.Metadata()` method. This returns an entity descriptor you can call `xml.Marshal`. Check out similar issue: https://github.com/russellhaering/gosaml2/issues/51
+1 on updating the docs. I had the opposite problem where everything worked fine locally (terminal and vs code), but when pushed to GitHub there was no color output in...
Hey @dgrijalva , this would be useful for some users discovering the package through https://pkg.go.dev What are your thoughts merging this in?
Indeed, thank you for the implementation and maintaining it over the many years @dgrijalva > I'd be happy to start an org and contribute, but I'd need at least 3...
I like the explicitness of `golang-jwt` and it's also good for search-ability, as most users would search "golang" + "jwt" My vote is for `golang-jwt` or `go-jot`. An alternative might...
`gofrs` is probably the best option. (they are in #gofrs on the gophers slack, if you're there) Just want to throw out other alternatives, thoughts? 1. there appears to already...
Unless no objections, I'll submit an issue for `gofrs` by end of day. https://github.com/gofrs/help-requests EDIT: linking for brevity (another issue was already opened) at https://github.com/gofrs/help-requests/issues/41
In case we don't get any responses on https://github.com/gofrs/help-requests/issues/41 I propose creating a separate repo among those interested within this thread. `golang-jwt/jwt` or `go-jot/jwt` or other, any preferences? > ......