Skip to content

Instantly share code, notes, and snippets.

View mattsahr's full-sized avatar

Matt Sahr mattsahr

View GitHub Profile
<?php
/**
* SOURCE https://github.com/ArmedGuy/discourse_sso_php/blob/master/discourse_sso.php
* This Discourse_SSO class gets used in the full module below
*/
class Discourse_SSO {
private $sso_secret;

Keybase proof

I hereby claim:

  • I am mattsahr on github.
  • I am mattsahr (https://keybase.io/mattsahr) on keybase.
  • I have a public key whose fingerprint is 4D14 D986 4C63 9CCA D7F2 0965 2E43 EFDD 8E0C 609A

To claim this, I am signing this object:

@mattsahr
mattsahr / index.html
Last active August 29, 2015 13:57
DB.info() test
<html>
<body>
<h1>db.info() test</h1>
<p>Using pouchdb-3.1.0</p>
<p id="putResult"></p>
<p id="getResult"></p>
<p id="getInfoPrep"></p>