mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Add OAuth 2.0 backend
This commit is contained in:
parent
cca1d579db
commit
ebb5aede92
5 changed files with 105 additions and 0 deletions
|
|
@ -74,6 +74,13 @@ URL: *pam://* (no parameters)
|
|||
_Note:_ The PAM auth backend must be enabled at build time, as PAM may not be
|
||||
available on all platforms.
|
||||
|
||||
## OAuth 2.0
|
||||
|
||||
The OAuth 2.0 auth backend delegates authentication to the provided OAuth 2.0
|
||||
server.
|
||||
|
||||
URL: *https://*_client_id_*:*_client_secret_*@*_host_
|
||||
|
||||
## Static file (htpasswd)
|
||||
|
||||
The static file auth backend relies on the file format popularized by Apache and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue