aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/auth.js
Commit message (Expand)AuthorAgeFilesLines
* Make listen port and ldap filter more flexibleHEADmasterIsmaƫl Bouya2020-05-051-2/+2
* Use custom public folder listingJohannes Zellner2020-03-031-3/+14
* Add access token ui and rest apiJohannes Zellner2019-08-071-3/+34
* Replace passport usage with simpler custom middlewareJohannes Zellner2019-08-061-43/+23
* Bump manifest formatJohannes Zellner2019-06-171-5/+5
* error is not defined hereJohannes Zellner2019-02-231-1/+1
* Consolidate user verificationJohannes Zellner2019-02-231-47/+60
* add webdav server for easier file accessJohannes Zellner2019-02-231-1/+38
* Remove redis dependency only for few tokensJohannes Zellner2018-10-081-26/+20
* store stringified objects in redis for nowJohannes Zellner2017-02-091-2/+8
* Use optionally redis if availableJohannes Zellner2017-02-091-9/+50
* Send username/password in body and fix cliJohannes Zellner2017-02-091-3/+3
* Remove console.log()Johannes Zellner2017-02-091-2/+0
* Use accessTokens instead of username/passwordJohannes Zellner2017-02-091-11/+54
* Rename auth exportsJohannes2016-11-171-2/+2
* Implement local file authJohannes2016-11-171-6/+15
* No need to log profile on every loginJohannes2016-11-061-1/+0
* Support username and email loginJohannes Zellner2016-04-051-1/+1
* use test credentialsJohannes Zellner2016-03-011-2/+2
* Fix session serializationJohannes Zellner2015-06-271-2/+2
* Add auth to clientJohannes Zellner2015-06-271-7/+17
* Add ldap authJohannes Zellner2015-06-271-0/+42