[Feature] OIDC Support
For a service like this, Open ID connect is super important for enabling scalable user management. With services like Authelia and Keycloak providing easy OIDC capabilities for self hosters, OIDC makes user management support easier than ever.
There are also lots of libraries to make implementation much easier: https://auth.docs.cern.ch/user-documentation/oidc/libraries/
It seems to be offline right now, but OpenID the foundation supporting OIDC spec has a list of certified libraries: https://openid.net/developers/certified-openid-connect-implementations/ (wayback machine link: https://web.archive.org/web/20250221111301/https://openid.net/developers/certified-openid-connect-implementations/)
This and adding a docker image are currently at the top of my priority list. Thank you for the info! I will be leaving this open for updates and such.
Now that docker image is completed I have started OIDC changes, branch is https://github.com/subnub/myDrive/tree/oidc-support