- Cookie によるセッション管理を行うためのプロキシ認証サーバー。
- Cookie による認証ができなかった場合は、Basic認証を行う。
- 認証がOKだった場合のみ、指定したサーバへのプロキシ(リバプロ)を行う。
-
Notifications
You must be signed in to change notification settings - Fork 1
azuki774/go-simple-auth-proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This proxy server can work Basicauth and manage our sessions with cookie. However, this repository is only for training.