Software /
code /
prosody-modules
Comparison
mod_sasl_oauthbearer/README.markdown @ 3114:73ada978dabc
mod_sasl_oauthbearer and mod_auth_oauthbearer
Two new modules for logging in with OAuth tokens.
author | JC Brand <jc@opkode.com> |
---|---|
date | Wed, 13 Jun 2018 17:09:49 +0000 |
comparison
equal
deleted
inserted
replaced
3113:8298b06e6603 | 3114:73ada978dabc |
---|---|
1 --- | |
2 labels: | |
3 - 'Type-Auth' | |
4 summary: SASL OAuthBearer Mechanism | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module adds a new SASL mechanism OAUTHBEARER, as defined in [RFC-7628](https://tools.ietf.org/html/rfc7628). | |
11 | |
12 It's intended to be used together with the `mod_auth_oauthbearer.lua` module. |