github.com/greenpau/go-authcrunch@v1.1.4/README.md (about)

     1  # go-authcrunch
     2  
     3  AuthCrunch provides Authentication, Authorization, and Accounting (AAA)
     4  Security Functions (SF) in Golang.
     5  
     6  <a href="https://github.com/greenpau/go-authcrunch/actions/" target="_blank"><img src="https://github.com/greenpau/go-authcrunch/workflows/build/badge.svg?branch=main"></a>
     7  <a href="https://pkg.go.dev/github.com/greenpau/go-authcrunch" target="_blank"><img src="https://img.shields.io/badge/godoc-reference-blue.svg"></a>
     8  
     9  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). 
    10  Originally developed for the Caddy web server in the form of `caddy-security` app, AuthCrunch forms the foundation for the
    11  server's security functionality, including authentication portal, authorization gateway, and other features.
    12  
    13  ## Documentation
    14  
    15  Please browse to [docs.authcrunch.com](https://docs.authcrunch.com/).
    16  
    17  ## Issues
    18  
    19  * Caddy-specific: [Open](https://github.com/greenpau/caddy-security/issues/new/choose)
    20  * Other Go-frameworks: [Open](https://github.com/greenpau/go-authcrunch/issues/new/choose)
    21  
    22  ## Plugins
    23  
    24  * Identity Stores:
    25    - [`go-authcrunch-ids-consul`](https://github.com/greenpau/go-authcrunch-ids-consul): Identity Store Plugin for Consul Key/Value (KV) Store Integration
    26    - [`go-authcrunch-ids-dynamodb`](https://github.com/greenpau/go-authcrunch-ids-dynamodb): Identity Store Plugin for Amazon DynamoDB Integration
    27  
    28  * Credentials:
    29    - [`go-authcrunch-creds-aws-secrets-manager`](https://github.com/greenpau/go-authcrunch-creds-aws-secrets-manager): Credentials Plugin for AWS Secrets Manager Integration
    30    - [`go-authcrunch-creds-aws-ssm-parameter-store`](https://github.com/greenpau/go-authcrunch-creds-aws-ssm-parameter-store): Credentials Plugin for AWS SSM Parameter Store Integration