summaryrefslogtreecommitdiff
path: root/src/couch/src/couch_httpd_auth.erl
Commit message (Expand)AuthorAgeFilesLines
* feat(auth): Allow a custom JWT claim for rolesmauroporras2020-06-041-1/+1
* allow configurability of JWT claims that require a valueRobert Newson2020-05-181-5/+14
* Enhance valid claims checks to detect binaries, etcRobert Newson2020-03-301-1/+7
* Remove enhanced alg checkRobert Newson2020-03-301-5/+1
* Rename the claim used for roles to be more CouchDB specific.Alexander Trauzzi2020-03-241-1/+1
* Add support for roles to be obtained from JWTs. (#2694)Alexander Trauzzi2020-03-241-1/+2
* throw Reason directly so we send good http error responsesRobert Newson2020-03-221-1/+1
* Create in-memory cache of JWT keysRobert Newson2020-03-221-14/+1
* support RSA for JWT authRobert Newson2020-03-221-4/+17
* no need to deduplicate this listRobert Newson2020-03-221-1/+1
* Feature - Add JWT support (#2648)Alexander Trauzzi2020-03-191-0/+26
* Set cookie domain when DELETE'ingcookie-domain-deleteRobert Newson2020-03-121-1/+2
* Fix infinite loop in default_authentication_handlerinfinite-loop-authRobert Newson2020-01-201-5/+0
* Add SameSite support to auth cookieWill Holley2020-01-151-1/+15
* Bypass authentication check for /_up (#2411)Jan Lehnardt2020-01-071-0/+5
* Implement replicator session refresh based on cookie max ageNick Vatamaniuc2018-11-261-1/+1
* Enable parameterized module callsPaul J. Davis2018-10-041-0/+3
* Revert "Add bcrypt hashing option"Joan Touzet2018-07-181-10/+2
* Add bcrypt hashing optionJan Lehnardt2018-03-081-2/+10
* Support setting cookie domain for authAlmightyJu2017-09-191-1/+8
* Remove couch_cryptoRobert Newson2017-07-161-3/+3
* Add 'src/couch/' from commit '21c8d37ac6ee1a7fed1de1f54f95a4d3cd9f5248'Jan Lehnardt2017-04-011-0/+501