AuthCrunch provides Authentication, Authorization, and Accounting (AAA) Security Functions (SF) in Golang.
This code base contains the functions implementing AAA. It is a
standalone library, i.e. it can be used with Gin, Beego, Echo,
Mux (Gorilla). Originally, the library was a part of the development
of Caddy v2 caddy-auth-portal
, caddy-auth-jwt
, and
caddy-authorize
plugins.
Please browse to authp.github.io.
-
Identity Stores:
go-authcrunch-ids-consul
: Identity Store Plugin for Consul Key/Value (KV) Store Integrationgo-authcrunch-ids-dynamodb
: Identity Store Plugin for Amazon DynamoDB Integration
-
Credentials:
go-authcrunch-creds-aws-secrets-manager
: Credentials Plugin for AWS Secrets Manager Integrationgo-authcrunch-creds-aws-ssm-parameter-store
: Credentials Plugin for AWS SSM Parameter Store Integration