Skip to content

Tags: TwiN/g8

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: Allow passing client data through g8.data context key (#36)

* feat!: Allow passing client data through g8.data context key

This adds the Data field to the Client struct

* docs: Fix comment for AuthorizationService.Authorize

* chore: Rename tests to match method refactors

v2.0.0

Toggle v2.0.0's commit message
test: Support concurrent map access on custom cache test

v1.4.0

Toggle v1.4.0's commit message
feat(gate): Add Gate.PermissionMiddleware

v1.3.1

Toggle v1.3.1's commit message
chore: Update Go to 1.19

v1.3.0

Toggle v1.3.0's commit message
feat: Add ExtractTokenFromRequest method in Gate struct

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add custom token extractor (#7)

* Minor update

* Add custom token extractor

* Improve some examples in documentation

v1.1.2

Toggle v1.1.2's commit message
Add missing vendor folder

v1.1.1

Toggle v1.1.1's commit message
⚠ Migrate TwinProduction/g8 to TwiN/g8

v1.1.0

Toggle v1.1.0's commit message
Close #3: Add support for rate limiting

v1.0.0

Toggle v1.0.0's commit message
Gate.ProtectFuncWithPermission should return http.HandlerFunc instead…

… of http.Handler