git.fiddlerwoaroof.com
Browse code

Update README.md

fiddlerwoaroof authored on 26/09/2015 01:44:42
Showing 1 changed files
... ...
@@ -1,4 +1,16 @@
1
-**This is still a mess, because I haven't split off the OpenID Connect stuff from another project yet**
1
+# Introduction
2
+
3
+Eventually, this repository will just contain an implementation of various social
4
+authentication protocols in common lisp.  Right now, the only supported protocols
5
+are OpenID Connect and Facebook Login.  The OpenID Connect implementation has only
6
+been tested against Google.  More testing to follow.
7
+
8
+This repository also contains a "demo" application that uses the openid-connect
9
+library: a self-hostable rss reader. Eventually, this project will be split into its
10
+own repository, leaving this one for the authentication part.  Also, eventually this
11
+library will have a better name.
12
+
13
+# Installation notes
2 14
 
3 15
 This project implements the OpenId Connect API. In its current state, it can
4 16
 authenticate a user against Google and display the informaiton Google sends