IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
65 stars 27 forks source link

Erasing tokens #189

Closed rohe closed 2 years ago

rohe commented 2 years ago

If configured so the software will store information about a token outside the running code before removing it from the Grant is was created within.

peppelinux commented 2 years ago

Ok, before doing a review we need to have a new release of oidcmsg and oidcrp if you agree

I made my part here: https://github.com/IdentityPython/JWTConnect-Python-OidcMsg/pull/56

rohe commented 2 years ago

Yes, we do need a new release of oidcmsg.

peppelinux commented 2 years ago

I'd consider to have first the oidcmsg release and then oidcrp and oidcop

PRs approved, if help is needed just tell me

rohe commented 2 years ago

For sure, oidcmsg first, then oidcop&oidcrp.