Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba4a2061a8 | |||
| 86ab7cd2fc | |||
| 7127be4a90 | |||
| cc8721e221 | |||
| 467346350d | |||
| 1485efdc3b | |||
| 72925eeff3 | |||
| c7d4d1231b | |||
| 937561f32d | |||
| 0f70cb5106 | |||
| b9498eacb9 | |||
| a4c7eb96d4 | |||
| 884858590d | |||
| 8ad5fb73cf | |||
| 94061ae3c6 | |||
| f10edf0c7c | |||
| 80bd3e032b | |||
| faa3a9ddba | |||
| 3f1c1c534d | |||
| 7f30cd22fa | |||
| d19a0e0cff | |||
| 043d682b1d | |||
| 28a6418099 | |||
| 6daac5563e | |||
| 60cd917b89 | |||
| 974b3751f8 |
@ -1 +1,5 @@
|
|||||||
Dockerfile — placeholder
|
Dockerfile — placeholder
|
||||||
|
|
||||||
|
# update 8 (2026-04)
|
||||||
|
|
||||||
|
# update 22 (2026-04)
|
||||||
|
|||||||
4
LICENSE
4
LICENSE
@ -1 +1,5 @@
|
|||||||
MIT License — see git history
|
MIT License — see git history
|
||||||
|
|
||||||
|
# update 11 (2026-04)
|
||||||
|
|
||||||
|
# update 25 (2026-04)
|
||||||
|
|||||||
4
Makefile
4
Makefile
@ -2,3 +2,7 @@
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
all:
|
all:
|
||||||
\t@echo 'build target TBD'
|
\t@echo 'build target TBD'
|
||||||
|
|
||||||
|
# update 12 (2026-04)
|
||||||
|
|
||||||
|
# update 26 (2026-04)
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
# auth-microservice — README
|
# auth-microservice — README
|
||||||
|
|
||||||
(Initial — see git history.)
|
(Initial — see git history.)
|
||||||
|
|
||||||
|
# update 10 (2026-04)
|
||||||
|
|
||||||
|
# update 24 (2026-04)
|
||||||
|
|||||||
@ -1,2 +1,6 @@
|
|||||||
// cmd/auth/main.go — auto-generated stub
|
// cmd/auth/main.go — auto-generated stub
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
|
# update 14 (2026-04)
|
||||||
|
|
||||||
|
# update 28 (2026-04)
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
# config/auth.yml
|
# config/auth.yml
|
||||||
|
|
||||||
|
# update 13 (2026-04)
|
||||||
|
|
||||||
|
# update 27 (2026-04)
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
# docker-compose.yml
|
# docker-compose.yml
|
||||||
|
|
||||||
|
# update 9 (2026-04)
|
||||||
|
|
||||||
|
# update 23 (2026-04)
|
||||||
|
|||||||
4
go.mod
4
go.mod
@ -1 +1,5 @@
|
|||||||
go.mod — placeholder
|
go.mod — placeholder
|
||||||
|
|
||||||
|
# update 6 (2026-04)
|
||||||
|
|
||||||
|
# update 20 (2026-04)
|
||||||
|
|||||||
4
go.sum
4
go.sum
@ -1 +1,5 @@
|
|||||||
go.sum — placeholder
|
go.sum — placeholder
|
||||||
|
|
||||||
|
# update 7 (2026-04)
|
||||||
|
|
||||||
|
# update 21 (2026-04)
|
||||||
|
|||||||
@ -2,3 +2,7 @@
|
|||||||
package jwt
|
package jwt
|
||||||
|
|
||||||
# update 1 (2026-04)
|
# update 1 (2026-04)
|
||||||
|
|
||||||
|
# update 15 (2026-04)
|
||||||
|
|
||||||
|
# update 29 (2026-04)
|
||||||
|
|||||||
@ -2,3 +2,5 @@
|
|||||||
package oidc
|
package oidc
|
||||||
|
|
||||||
# update 2 (2026-04)
|
# update 2 (2026-04)
|
||||||
|
|
||||||
|
# update 16 (2026-04)
|
||||||
|
|||||||
@ -2,3 +2,5 @@
|
|||||||
package store
|
package store
|
||||||
|
|
||||||
# update 3 (2026-04)
|
# update 3 (2026-04)
|
||||||
|
|
||||||
|
# update 17 (2026-04)
|
||||||
|
|||||||
@ -1,2 +1,6 @@
|
|||||||
// pkg/middleware/auth.go — auto-generated stub
|
// pkg/middleware/auth.go — auto-generated stub
|
||||||
package middleware
|
package middleware
|
||||||
|
|
||||||
|
# update 4 (2026-04)
|
||||||
|
|
||||||
|
# update 18 (2026-04)
|
||||||
|
|||||||
@ -1,2 +1,6 @@
|
|||||||
// pkg/middleware/cors.go — auto-generated stub
|
// pkg/middleware/cors.go — auto-generated stub
|
||||||
package middleware
|
package middleware
|
||||||
|
|
||||||
|
# update 5 (2026-04)
|
||||||
|
|
||||||
|
# update 19 (2026-04)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user