mod_sasl_oauthbearer/README.markdown
changeset 3118 73ada978dabc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_sasl_oauthbearer/README.markdown	Wed Jun 13 17:09:49 2018 +0000
@@ -0,0 +1,12 @@
+---
+labels:
+- 'Type-Auth'
+summary: SASL OAuthBearer Mechanism
+...
+
+Introduction
+============
+
+This module adds a new SASL mechanism OAUTHBEARER, as defined in [RFC-7628](https://tools.ietf.org/html/rfc7628).
+
+It's intended to be used together with the `mod_auth_oauthbearer.lua` module.