ulrikstrid / ocaml-jose

https://ulrikstrid.github.io/ocaml-jose/
MIT License
53 stars 4 forks source link

Well_known module for claims #50

Open ulrikstrid opened 2 years ago

ulrikstrid commented 2 years ago

I mean having:

module Well_known = struct
  let sub = "sub"
  ....
end

Originally posted by @anmonteiro in https://github.com/ulrikstrid/reason-jose/issues/46#issuecomment-1229458353