Commit graph

19 commits

Author SHA1 Message Date
12419c5237
docs: fix remaining rauthy references after oidc rename
Update action names (register_with_rauthy → register_with_oidc,
sign_in_with_rauthy → sign_in_with_oidc) and strategy name
(:rauthy → :oidc) in docs, code comments and guidelines.
2026-02-24 11:51:01 +01:00
339d37937a
Rename OIDC strategy from :rauthy to :oidc, update callback path
- Rename AshAuthentication strategy from :oidc :rauthy to :oidc :oidc;
  generated actions are now register_with_oidc / sign_in_with_oidc.
- Update config keys (:rauthy → :oidc) in dev.exs and runtime.exs.
- Update default_redirect_uri to /auth/user/oidc/callback everywhere.
- Rename Mv.Accounts helper functions accordingly.
- Update Mv.Secrets, AuthController, link_oidc_account_live and all tests.
- Update docker-compose.prod.yml, .env.example, README and docs.

IMPORTANT: OIDC providers must be updated to use the new redirect URI
/auth/user/oidc/callback instead of /auth/user/rauthy/callback.
2026-02-24 11:51:00 +01:00
b380f63cf6
chore: update docs 2026-01-20 14:31:13 +01:00
58c088833a
chore: update docs 2026-01-20 14:10:41 +01:00
280f024602 run migrations via entrypoint script
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-10 23:26:34 +01:00
f0391d3fef
fix: oidc with authentik not working
Some checks failed
continuous-integration/drone/push Build is failing
2025-12-03 20:34:33 +01:00
1623b63207
fix: resolve review comments
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-12-03 14:27:22 +01:00
d8384098b4
chore: update prod-compose to use file-envs for secrets
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-03 12:38:24 +01:00
3852655597 docs: add comprehensive project documentation and reduce redundancy
Add CODE_GUIDELINES.md, database schema docs, and development-progress-log.md.
Refactor README.md to eliminate redundant information by linking to detailed docs.
Establish clear documentation hierarchy for better maintainability.
2025-11-13 11:15:57 +01:00
680ee22482
use registry image for prod
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-30 20:17:24 +01:00
d3fd4d6c0e
feat: docker-compose prod setup 2025-10-30 20:01:19 +01:00
30c3943884
docs: polish Readme
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-16 11:59:21 +02:00
bb0fc0a627
feat: add license closes #150
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-02 17:12:06 +02:00
b132641753
fix CI badge
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-02 15:40:26 +02:00
7bedaff145
docs: add CI link
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-02 15:37:58 +02:00
306734bcee
docs: reduce horizontal lines
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-02 15:26:23 +02:00
fc4dcc3a6c
docs: polish readme
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-02 15:23:46 +02:00
1782210950
docs: Add docs for testing SSO
Some checks are pending
continuous-integration/drone/push Build is pending
2025-08-14 13:45:41 +02:00
9123a0b299 Initial commit 2024-11-13 14:58:32 +01:00