Skip to content

👮‍♂️ A middleware to secure routes in fiber ⚡️

License

Notifications You must be signed in to change notification settings

ZEISS/fiber-authz

Repository files navigation

👮‍♀️ AuthZ

Test & Build Go Reference Go Report Card License: MIT Taylor Swift

Installation

$ go get github.com/zeiss/fiber-authz

Usage

  • OpenFGA
  • Team-based access control
  • Role-based access control
  • Noop (for testing)

Any authorization model can be implemented by implementing the Authorizer interface.

Examples

See examples to understand the provided interfaces.

License

MIT