Skip to content

Releases: ComputerScienceHouse/csh-auth

v2.0.2

Choose a tag to compare

@BigSpaceships BigSpaceships released this 23 Jun 19:32
b508f32

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

v1.0.0: Rewritten. Dropped custom claims.

Choose a tag to compare

@tallen42 tallen42 released this 26 Apr 03:39
5ce6b18

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

Choose a tag to compare

@tallen42 tallen42 released this 23 Apr 03:05
a33a9cd
feat: middleware function (#3)

* feat: middleware function

* fix: error not err as a type

* fix: add logging and return

* feat: readme updates