mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
Merge branch 'main' of https://github.com/fosrl/docs
This commit is contained in:
commit
7af335a926
2 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@ Pangolin is a self-hosted tunneled reverse proxy management server with identity
|
|||
|
||||
<img src={require("./img/preview.png").default} alt="Preview"/>
|
||||
|
||||
_Sites page of Pangolin showing multiple site-to-site tunnels connected to the central server._
|
||||
_Sites page of Pangolin dashboard (dark mode) showing multiple tunnels connected to the central server._
|
||||
|
||||
## Key Features
|
||||
|
||||
|
|
|
@ -43,6 +43,9 @@ Are you experienced with authentication procedures and best practices? We would
|
|||
- [ ] Google, GitHub, etc. OAuth support
|
||||
- [ ] Cache authentication in badger to speed up proxy requests
|
||||
- [ ] Nicely formatted error pages for badger
|
||||
- [ ] Bearer token support for resources (useful for protecting APIs)
|
||||
- [ ] Auth token in headers or URL parameters (useful for APIs)
|
||||
- [ ] Ability to generate API keys for resources
|
||||
|
||||
### UI/UX Improvements
|
||||
- [ ] Improved sidebar and navigation
|
||||
|
|
Loading…
Reference in a new issue