summaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_jwt.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-01Catch all errors from jose_jwt:verify and log debugging details (#3890)Badlop1-1/+4
2022-03-24Checking users is active in SM for JWT authenticated user (#3795)Simon Paitrault1-1/+8
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-12-28JWT enhancement (#3460)Pouriya1-18/+37
2020-12-14feat: add hook to check decoded JWT after success authentication (#3446)Pouriya1-4/+5
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-10-25Add option for JWT field name containing JIDStu Tomlinson1-4/+2
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-1/+1
2019-09-18JWT-only authentication for some users (#3012)Alexey Shchepin1-3/+14
2019-09-09Add missing ejabberd_auth_jwt:user_exists/2 function (#3012)Alexey Shchepin1-1/+4
2019-07-19Log an error when JWT authentication is configured without jwt_keyEvgeny Khramtsov1-1/+8
2019-07-18Improve robustness of reading jwt_key optionEvgeny Khramtsov1-4/+1
2019-07-16Fix typos using codespellEvgeny Khramtsov1-1/+1
2019-07-01Fix a condition in ejabberd_auth_jwtAlexey Shchepin1-1/+1
2019-07-01Fix ejabberd_auth_jwt return types and regenerate ejabberd_option.erlEvgeny Khramtsov1-27/+5
2019-07-01Authentication using JWT tokensAlexey Shchepin1-0/+130