aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_jwt.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Catch all errors from jose_jwt:verify and log debugging details (#3890)Badlop2022-09-011-1/+4
* Checking users is active in SM for JWT authenticated user (#3795)Simon Paitrault2022-03-241-1/+8
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* JWT enhancement (#3460)Pouriya2020-12-281-18/+37
* feat: add hook to check decoded JWT after success authentication (#3446)Pouriya2020-12-141-4/+5
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Add option for JWT field name containing JIDStu Tomlinson2019-10-251-4/+2
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-1/+1
* JWT-only authentication for some users (#3012)Alexey Shchepin2019-09-181-3/+14
* Add missing ejabberd_auth_jwt:user_exists/2 function (#3012)Alexey Shchepin2019-09-091-1/+4
* Log an error when JWT authentication is configured without jwt_keyEvgeny Khramtsov2019-07-191-1/+8
* Improve robustness of reading jwt_key optionEvgeny Khramtsov2019-07-181-4/+1
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Fix a condition in ejabberd_auth_jwtAlexey Shchepin2019-07-011-1/+1
* Fix ejabberd_auth_jwt return types and regenerate ejabberd_option.erlEvgeny Khramtsov2019-07-011-27/+5
* Authentication using JWT tokensAlexey Shchepin2019-07-011-0/+130