one-api/router
Laisky.Cai 1c46d030ab feat: Implement API endpoints for user management and information retrieval
- Added new API endpoints for user information retrieval, registration, login, logout, self-management, administration, options management, channel management, token management, redemption management, log management, and group retrieval
- Improved authentication flow with GitHub, WeChat, and email
- Added a function `GetSelfByToken` for getting user information using an OpenAI API token
2023-10-19 09:42:47 +00:00
..
api-router.go feat: Implement API endpoints for user management and information retrieval 2023-10-19 09:42:47 +00:00
dashboard.go feat: return user's quota with billing api (close #92) 2023-05-22 17:10:31 +08:00
main.go chore: ignore FRONTEND_BASE_URL on master node 2023-07-02 16:07:12 +08:00
relay-router.go fix: only enable cors for relay routers to avoid csrf attack 2023-09-17 11:44:38 +08:00
web-router.go fix: update no route handler 2023-08-11 19:53:01 +08:00