Skip to content
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

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

ulrikstrid
Copy link
Contributor

@ulrikstrid ulrikstrid commented Dec 17, 2024

Base package for working with OIDC

CHANGES:
  • Upgrade mirage-crypto and remove cstruct (by @anmonteiro)
  • Remove esy
  • Add nonce to SimpleClient.valid_token_of_string

Depends on #27128

@raphael-proust
Copy link
Contributor

Depends on #27128

CHANGES:

- Upgrade mirage-crypto and remove cstruct (by @anmonteiro)
- Remove esy
- Add nonce to `SimpleClient.valid_token_of_string`
@ulrikstrid
Copy link
Contributor Author

Can we re-trigger this now that Jose is merged?

@mizlan
Copy link

mizlan commented Dec 20, 2024

@ulrikstrid The oidc.opam file in the git repository still reports as version 0.1.1, whereas dune-project reports 0.2.0. I am opam pinning the git repo so the version is a bit confusing

@ulrikstrid
Copy link
Contributor Author

@ulrikstrid The oidc.opam file in the git repository still reports as version 0.1.1, whereas dune-project reports 0.2.0. I am opam pinning the git repo so the version is a bit confusing

This is only when pinning the repository right? I think this is fixed on master

@mseri
Copy link
Member

mseri commented Dec 20, 2024

Thanks!

@mseri mseri merged commit 9046416 into ocaml:master Dec 20, 2024
3 checks passed
@mseri
Copy link
Member

mseri commented Dec 20, 2024

@mizlan with pinning you can enforce a version by doing opam pin ... --with-version 0.2.0 otherwise it will default to the latest version number on opam afaik

@ulrikstrid ulrikstrid deleted the release-oidc-v0.2.0 branch December 20, 2024 14:43
@mizlan
Copy link

mizlan commented Dec 20, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants