summaryrefslogtreecommitdiffstats
path: root/services/auth/source/oauth2
Commit message (Expand)AuthorAgeFilesLines
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-032-18/+98
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-0/+3
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-244-10/+12
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+3
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-0/+1
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-271-7/+7
* Add EdDSA JWT signing algorithm (#16786)Aliaksandr Mianzhynski2021-08-251-6/+73
* Fix openidConnect source regression from #16544 (#16759)zeripath2021-08-221-1/+1
* Use github token URL when fetching oauth token (#16709)techknowlogick2021-08-171-1/+1
* Add microsoft oauth2 providers (#16544)zeripath2021-08-058-192/+474
* Lock goth/gothic and Re-attempt OAuth2 registration on login if registration ...zeripath2021-07-293-6/+26
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* switch to maintained lib (#16532)techknowlogick2021-07-242-2/+2
* Refactor: Move login out of models (#16199)zeripath2021-07-2410-0/+997