Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avodonosov/cl-openid-demo
Demo of OpenID login for Common Lisp web apps.
https://github.com/avodonosov/cl-openid-demo
Last synced: about 5 hours ago
JSON representation
Demo of OpenID login for Common Lisp web apps.
- Host: GitHub
- URL: https://github.com/avodonosov/cl-openid-demo
- Owner: avodonosov
- Created: 2013-02-23T15:31:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T21:10:57.000Z (almost 10 years ago)
- Last Synced: 2023-04-22T06:40:10.312Z (over 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 181 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This program demonstrates how to provide OpenID login in Common Lisp web applications.
See it running at Heroku: http://cl-openid-demo.herokuapp.com/
(with the help of [CL Heroku buildpack](https://github.com/avodonosov/heroku-buildpack-cl2/)).Powered by [cl-open-id](http://common-lisp.net/project/cl-openid/).
Author
------
Anton Vodonosov, [email protected]Copying
-------The code of cl-openid-demo is in public domain.
The directory jquery-openid contains the
[jQuery OpenID Plugin by Jarrett Vance] (http://jvance.com/pages/JQueryOpenIDPlugin.xhtml)
(with slight modification by me). The jQuey OpenID Plugin is under the
[Creative Commons Attribution License](https://creativecommons.org/licenses/by/3.0/).The lisp mascot is a public domain image [by Conrad Barski] (http://www.lisperati.com/logo.html).