buddy-sign
buddy-sign copied to clipboard
High level message signing library.
Hi there, First of all many thanks for your work on this - hugely appreciated 👍 . Secondly observe the following output (per `lein check`): ``` Reflection warning, buddy/core/keys/jwk/eddsa.clj:31:19 -...
I suggest to improve validation for `aud` so that we can use collection for “valid audience” but not a single value only. https://github.com/funcool/buddy-sign/blob/2009c4d2ccfbbbc76ba881855e4c237b46a4430f/src/buddy/sign/jwt.clj#L27-L28
Hi, Firstly, thanks for creating the Buddy security libraries for Clojure. I am going through the code examples in your documentation, but did not see any specific examples for using...
When using auth0 / google / etc... you can obtain public keys to assist with verifying JWTs via `.well-known` endpoints. The domain for the endpoints can be deduced from the...
Can't find information about this.
It should be called 3.5.351
It would be nice if buddy supported the NONE algorithm to just implement the spec. I fully understand closing this since use of the NONE algorithm is discouraged and can...
Hey Buddy! I'm not sure if this entirely qualifies as an issue, so close it if not, but I just discovered that you can sign tokens with `nil` as the...