G8 Versions Save

⛩️ Go library for protecting your HTTP handlers

v2.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/g8/compare/v1.4.0...v2.0.0

v1.4.0

1 year ago

feat(gate): Add Gate.PermissionMiddleware

v1.3.1

1 year ago
  • chore: Update Go to 1.19
  • chore: Update TwiN/gocache to v2.1.1

v1.3.0

2 years ago

Added ExtractTokenFromRequest method in Gate struct

v1.2.0

2 years ago
  • Added support for custom token extractor #7
  • Added g8.New()
  • Deprecated g8.NewGate(authorizationService) in favor of g8.New()

v1.1.2

2 years ago

Updated TwiN/gocache to v2.0.0

v1.1.1

2 years ago

⚠ Migrated TwinProduction/g8 to TwiN/g8

v1.1.0

2 years ago

Added support for rate limiting #3

v1.0.0

3 years ago
  • Gate.ProtectFuncWithPermission now returns http.HandlerFunc instead of http.Handler
  • Updated gocache to v1.2.1

v0.2.1

3 years ago

Updated gocache from v1.0.0 to v1.1.0