Skip to content

Commit

Permalink
ops: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Mar 14, 2024
1 parent 9840d0f commit d5d30b7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ Security Functions (SF) in Golang.
<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>
<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>

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.
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 developed for the Caddy web server in the form of `caddy-security` app, AuthCrunch forms the foundation for the
server's security functionality, including authentication portal, authorization gateway, and other features.

## Documentation

Please browse to [authp.github.io](https://authp.github.io/).
Please browse to [docs.authcrunch.com](https://docs.authcrunch.com/).

## Issues

Expand Down

0 comments on commit d5d30b7

Please sign in to comment.