Skip to content

Instantly share code, notes, and snippets.

View bangarangadang's full-sized avatar

bangarang bangarangadang

View GitHub Profile
@bangarangadang
bangarangadang / mod_auth_discourse.lua
Created December 5, 2016 00:46
Discourse Authentication Module for Prosody
-- Discourse Authentication Module for Prosody
-- https://meta.discourse.org/t/use-discourse-for-sso-in-a-non-web-app/40584/9
--
local new_sasl = require "util.sasl".new;
local http = require "net.http";
local json = require "util.json";
local log = module._log;
local host = module.host;