Skip to content

Commit bd174ce

Browse files
committed
docs: add plugins section
1 parent c8f9ec0 commit bd174ce

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,21 @@ Mux (Gorilla). Originally, the library was a part of the development
1212
of Caddy v2 `caddy-auth-portal`, `caddy-auth-jwt`, and
1313
`caddy-authorize` plugins.
1414

15-
**Documentation**: [authp.github.io](https://authp.github.io/)
15+
## Documentation
1616

17-
**Issues**:
17+
Please browse to [authp.github.io](https://authp.github.io/).
18+
19+
## Issues
1820

1921
* Caddy-specific: [Open](https://github.com/greenpau/caddy-security/issues/new/choose)
2022
* Other Go-frameworks: [Open](https://github.com/greenpau/go-authcrunch/issues/new/choose)
23+
24+
## Plugins
25+
26+
* Identity Stores:
27+
- [`go-authcrunch-ids-consul`](https://github.com/greenpau/go-authcrunch-ids-consul): Identity Store Plugin for Consul Key/Value (KV) Store Integration
28+
- [`go-authcrunch-ids-dynamodb`](https://github.com/greenpau/go-authcrunch-ids-dynamodb): Identity Store Plugin for Amazon DynamoDB Integration
29+
30+
* Credentials:
31+
- [`go-authcrunch-creds-aws-secrets-manager`](https://github.com/greenpau/go-authcrunch-creds-aws-secrets-manager): Credentials Plugin for AWS Secrets Manager Integration
32+
- [`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

0 commit comments

Comments
 (0)