Compare commits

..

1 Commits

Author SHA1 Message Date
4391d8ba1e Initial commit 2026-04-16 17:22:28 +02:00
14 changed files with 9 additions and 80 deletions

View File

@ -1,5 +0,0 @@
Dockerfile — placeholder
# update 8 (2026-04)
# update 22 (2026-04)

10
LICENSE
View File

@ -1,5 +1,9 @@
MIT License — see git history
MIT License
# update 11 (2026-04)
Copyright (c) 2026 marcus
# update 25 (2026-04)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,8 +0,0 @@
# auth-microservice Makefile
.PHONY: all
all:
\t@echo 'build target TBD'
# update 12 (2026-04)
# update 26 (2026-04)

View File

@ -1,7 +1,3 @@
# auth-microservice — README
# auth-microservice
(Initial — see git history.)
# update 10 (2026-04)
# update 24 (2026-04)
Authentication service (JWT, OIDC, refresh tokens)

View File

@ -1,6 +0,0 @@
// cmd/auth/main.go — auto-generated stub
package auth
# update 14 (2026-04)
# update 28 (2026-04)

View File

@ -1,5 +0,0 @@
# config/auth.yml
# update 13 (2026-04)
# update 27 (2026-04)

View File

@ -1,5 +0,0 @@
# docker-compose.yml
# update 9 (2026-04)
# update 23 (2026-04)

5
go.mod
View File

@ -1,5 +0,0 @@
go.mod placeholder
# update 6 (2026-04)
# update 20 (2026-04)

5
go.sum
View File

@ -1,5 +0,0 @@
go.sum — placeholder
# update 7 (2026-04)
# update 21 (2026-04)

View File

@ -1,8 +0,0 @@
// internal/jwt/jwt.go — auto-generated stub
package jwt
# update 1 (2026-04)
# update 15 (2026-04)
# update 29 (2026-04)

View File

@ -1,6 +0,0 @@
// internal/oidc/google.go — auto-generated stub
package oidc
# update 2 (2026-04)
# update 16 (2026-04)

View File

@ -1,6 +0,0 @@
// internal/store/postgres.go — auto-generated stub
package store
# update 3 (2026-04)
# update 17 (2026-04)

View File

@ -1,6 +0,0 @@
// pkg/middleware/auth.go — auto-generated stub
package middleware
# update 4 (2026-04)
# update 18 (2026-04)

View File

@ -1,6 +0,0 @@
// pkg/middleware/cors.go — auto-generated stub
package middleware
# update 5 (2026-04)
# update 19 (2026-04)