Skip to content

Releases: ComputerScienceHouse/csh-auth

v2.0.2

23 Jun 19:32
b508f32

Choose a tag to compare

Updating tag for go packaging stuff, fixed auth + http compliance stuff with auth headers for middleware

v1.0.0: Rewritten. Dropped custom claims.

26 Apr 03:39
5ce6b18

Choose a tag to compare

Completely rewritten to optimize code and improve readability. Documented code when needed.
The token stored is simply the access token from the OIDC provider, no more custom wrapped JWT.

THIS HAS BREAKING CHANGES.

0.2.0: Gin Middleware Func

23 Apr 03:05
a33a9cd

Choose a tag to compare

feat: middleware function (#3)

* feat: middleware function

* fix: error not err as a type

* fix: add logging and return

* feat: readme updates