Compare commits

..

15 commits

Author SHA1 Message Date
d7ced0d9e5 chore: added gettext values and renamed rauthy container
Some checks failed
continuous-integration/drone/push Build is failing
2025-07-02 17:03:37 +02:00
bdc250f2d6 fix: session_identifier must be :jti 2025-07-02 17:03:37 +02:00
fba9abc2c1 test(AshAuthentication): updated tests for signed in user and added test for authcontroller 2025-07-02 17:03:37 +02:00
c7b13c0ecb format: formated files 2025-07-02 17:03:37 +02:00
cc51763a6e review(env): shift secret to env file and added logger 2025-07-02 17:03:37 +02:00
b796746a45 fix(citext): added missing citext extension migration 2025-07-02 17:03:37 +02:00
0ff41f7c93 migration: added account migration 2025-07-02 17:03:37 +02:00
565aaddd94 feat(secrets): updated as recommended in ashauthentication docs 2025-07-02 17:03:37 +02:00
7bfde5e230 doc: added comments and updated to latest ashautentication version and required changes 2025-07-02 17:03:37 +02:00
a6fcaa1640 feaut(oicd_provider): added oicd provider rauthy and strategy for authentication 2025-07-02 17:03:37 +02:00
192ceaed45 chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy 2025-07-02 17:03:37 +02:00
f154eea055 feat(ash): added accounts, user for authentication 2025-07-02 17:03:37 +02:00
80e7041146 Merge pull request 'Revert "fix(ci): Dont install dependencies again in test step"' (#86) from install-dependencies-in-ci-test into main
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #86
2025-07-02 16:50:26 +02:00
db3485af66
fix: formatting
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-02 15:56:12 +02:00
35a8885267
Revert "fix(ci): Dont install dependencies again in test step"
Some checks failed
continuous-integration/drone/push Build is failing
This reverts commit d54b226be5.
2025-07-02 15:16:17 +02:00

View file

@ -79,6 +79,8 @@ steps:
commands: commands:
# Install hex package manager # Install hex package manager
- mix local.hex --force - mix local.hex --force
# Fetch dependencies
- mix deps.get
# Run tests # Run tests
- mix test - mix test