intial commit

This commit is contained in:
2026-02-25 22:53:25 +01:00
commit 054c3ff1f8
12 changed files with 1164 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# OIDC
OpenID Connect server (which is a standard developed on top of Oauth2 itself) for unix account authorization backends (a user mapping to a unix user).
Uses [pamsock](https://git.javalsai.tuxcord.net/tuxcord/authy-pamsock) to avoid any priviledged permission.
Also reads user public data from their home directories (e.g. `~user/logo.png`).
This is a reimplementation of the oauth2 server I was making and forgot where I left.
# License
All code licensed under the GPL-2.0-only.