git.fiddlerwoaroof.com
name mode size
..
baseline_cust.scss 100644 4 kb
baseline_post.css 100644 8 kb
content.css 100644 0 kb
demo.css 100644 11 kb
formalize.css 100644 8 kb
main.css 100644 4 kb
reset.css 100644 2 kb
text.css 100644 1 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