Skip to content

feat(client): implement OIDC flow#159

Open
BjarneHa wants to merge 6 commits into
mainfrom
feat/client_oidc
Open

feat(client): implement OIDC flow#159
BjarneHa wants to merge 6 commits into
mainfrom
feat/client_oidc

Conversation

@BjarneHa

@BjarneHa BjarneHa commented Jun 20, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

Implements basic OIDC flow for the client. Closes #6.

Type of change

  • Bug fix
  • New feature
  • Refactor / cleanup
  • Docs
  • CI / infra

Definition of Done

  • CI is green
  • If the API changed: api/openapi.yaml is updated and lint passes
  • If a service was added or restructured: docker-compose still comes up cleanly (docker compose up)
  • Tests added or updated for the changed behaviour
  • Docs updated where it matters (README, ADRs, comments)

Notes for the reviewer

Should the development server live in the docker-compose.yaml which we use for production? Instead of using profiles, we could also provide a separate docker-compose.dev.yaml.

@BjarneHa BjarneHa self-assigned this Jun 20, 2026
@BjarneHa BjarneHa requested review from DoPri and ladu-tu as code owners June 20, 2026 11:09
@BjarneHa BjarneHa added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 20, 2026
@ladu-tu

ladu-tu commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

Regarding the docker-compose.yaml: I would not add a second compose file again, we just recently reduced it to a single one in PR #148. I would suggest just sticking to profiles, or is there any significant downside to that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Client] Basic User Registration and Login

2 participants