git.fiddlerwoaroof.com
name mode size
.gitignore 100644 0 kb
COPYING 100644 1 kb
README.md 100644 1 kb
TODO.md 100644
cl-oid-connect.asd 100644 1 kb
cl-oid-connect.lisp 100644 12 kb
facebook-secrets.json.dist 100644 0 kb
google-secrets.json.dist 100644 0 kb
package.lisp 100644 0 kb
README.md
This project implements the OpenId Connect API. In its current state, it can authenticate a user against Google and display the informaiton Google sends back. The only tricky requirement it has is cljwt, a library for parsing JSON Web Tokens, which is not in quicklisp but can be gotten from <https://github.com/fiddlerwoaroof/cljwt>. (This is my fork, I've made a couple changes since the original library didn't support the signature algorithm Google uses). (c) 2015 Edward Langley, distributed under a 2-clause BSD License