GoDoxy/internal/common
Yuzerion 51f6391ded
feat: Add optional OIDC support (#39)
This allows the API to trigger an OAuth workflow to create the JWT for authentication. For now the workflow is triggered by manually visiting `/api/login/oidc` on the frontend app until the UI repo is updated to add support.

Co-authored-by: Peter Olds <peter@olds.co>
2025-01-13 04:49:46 +08:00
..
args.go remove unused code 2024-11-02 03:04:15 +08:00
constants.go moved env to .env.example, update setup method 2024-11-02 03:36:55 +08:00
crypto.go small refactor and fixes 2024-12-03 11:45:10 +08:00
env.go feat: Add optional OIDC support (#39) 2025-01-13 04:49:46 +08:00
ports.go restructured the project to comply community guideline, for others check release note 2024-09-28 09:51:34 +08:00
random.go feat: Add optional OIDC support (#39) 2025-01-13 04:49:46 +08:00