-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] oidc (0.2.0) #27129
[new release] oidc (0.2.0) #27129
Conversation
Depends on #27128 |
CHANGES: - Upgrade mirage-crypto and remove cstruct (by @anmonteiro) - Remove esy - Add nonce to `SimpleClient.valid_token_of_string`
5b3a1a4
to
ca3a859
Compare
Can we re-trigger this now that Jose is merged? |
@ulrikstrid The |
This is only when pinning the repository right? I think this is fixed on master |
Thanks! |
@mizlan with pinning you can enforce a version by doing |
I understand that oidc.opam is autogenerated by dune, and forgive me for my ignorance, but I was referring to this line: https://github.com/ulrikstrid/ocaml-oidc/blob/master/oidc.opam#L3 And thanks for the --with-version tip! |
Base package for working with OIDC
CHANGES:
SimpleClient.valid_token_of_string
Depends on #27128