Files
nexarch/DEVLOG.md
T

6.2 KiB
Raw Blame History

code Dev Log

2026-08-27 17:17 17:18 (0m)

Beschreibung: Claude Code Session Projekt: nexarch

Commits

Keine Commits in dieser Session.

Geänderte Dateien

Keine Änderungen ermittelbar.


2026-08-27 17:21 17:21 (0m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

Keine Änderungen ermittelbar.


2026-08-27 17:22 17:22 (0m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

Keine Änderungen ermittelbar.


2026-08-27 17:23 17:25 (2m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

Keine Änderungen ermittelbar.


2026-08-27 17:26 17:28 (1m)

Beschreibung: Claude Code Session Projekt: code

Commits

  • c895a67 core: initial Go module skeleton (config, db pool, tenant registry migration)

Geänderte Dateien

  • .gitignore | 2 ++
  • DEVLOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  • cmd/core/main.go | 33 +++++++++++++++++++++++++++++++++
  • go.mod | 5 +++++
  • internal/config/config.go | 29 +++++++++++++++++++++++++++++
  • internal/db/db.go | 11 +++++++++++
  • migrations/0001_tenant_registry.sql | 10 ++++++++++

2026-08-27 17:28 17:29 (1m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

  • .gitignore | 2 ++
  • DEVLOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  • cmd/core/main.go | 33 +++++++++++++++++++++++++++++++++
  • go.mod | 5 +++++
  • internal/config/config.go | 29 +++++++++++++++++++++++++++++
  • internal/db/db.go | 11 +++++++++++
  • migrations/0001_tenant_registry.sql | 10 ++++++++++

2026-08-27 17:31 17:31 (0m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

  • .gitignore | 2 ++
  • DEVLOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  • cmd/core/main.go | 33 +++++++++++++++++++++++++++++++++
  • go.mod | 5 +++++
  • internal/config/config.go | 29 +++++++++++++++++++++++++++++
  • internal/db/db.go | 11 +++++++++++
  • migrations/0001_tenant_registry.sql | 10 ++++++++++

2026-08-27 17:36 17:36 (0m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

  • .gitignore | 2 ++
  • DEVLOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  • cmd/core/main.go | 33 +++++++++++++++++++++++++++++++++
  • go.mod | 5 +++++
  • internal/config/config.go | 29 +++++++++++++++++++++++++++++
  • internal/db/db.go | 11 +++++++++++
  • migrations/0001_tenant_registry.sql | 10 ++++++++++

2026-08-27 17:36 17:37 (0m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

  • .gitignore | 2 ++
  • DEVLOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  • cmd/core/main.go | 33 +++++++++++++++++++++++++++++++++
  • go.mod | 5 +++++
  • internal/config/config.go | 29 +++++++++++++++++++++++++++++
  • internal/db/db.go | 11 +++++++++++
  • migrations/0001_tenant_registry.sql | 10 ++++++++++

2026-08-28 23:20 23:26 (6m)

Beschreibung: Claude Code Session Projekt: nexarch

Commits

  • 42466c7 IAM-13: oidc-provider-fuer-drittanwendungen (client-registrierung, authorization-code-flow, jwks ueber API-05-schluessel)

Geänderte Dateien

  • internal/oidc/authcode.go | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • internal/oidc/client.go | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • internal/oidc/provider.go | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • internal/oidc/provider_test.go | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • migrations/tenant/0003_oidc_provider.down.sql | 2 ++
  • migrations/tenant/0003_oidc_provider.up.sql | 28 +++++++++++++++++++

2026-08-28 23:26 23:26 (0m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

  • internal/oidc/authcode.go | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • internal/oidc/client.go | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • internal/oidc/provider.go | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • internal/oidc/provider_test.go | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  • migrations/tenant/0003_oidc_provider.down.sql | 2 ++
  • migrations/tenant/0003_oidc_provider.up.sql | 28 +++++++++++++++++++

2026-08-28 23:26 23:26 (0m)

Beschreibung: Claude Code Session Projekt: code

Commits

Keine Commits in dieser Session.

Geänderte Dateien

  • DEVLOG.md | 32 ++++++++++++++++++++++++++++++++