aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source
Commit message (Expand)AuthorAgeFilesLines
...
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-2417-70/+82
* 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-174-0/+10
* Improve LDAP synchronization efficiency (#16994)zeripath2021-09-152-18/+28
* Report the associated filter if there is an error in LDAP (#17014)zeripath2021-09-111-2/+2
* 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
* Send registration email on user autoregistration (#16523)zeripath2021-08-123-3/+25
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-114-37/+73
* 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
* Fix add authentication page (#16543)zeripath2021-07-251-0/+5
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-245-14/+5
* switch to maintained lib (#16532)techknowlogick2021-07-242-2/+2
* Refactor: Move login out of models (#16199)zeripath2021-07-2430-0/+2560