Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergei-mironov/urweb-persona
Persona authentication example in Ur/Web
https://github.com/sergei-mironov/urweb-persona
Last synced: 3 days ago
JSON representation
Persona authentication example in Ur/Web
- Host: GitHub
- URL: https://github.com/sergei-mironov/urweb-persona
- Owner: sergei-mironov
- License: bsd-2-clause
- Fork: true (doublec/urweb-persona)
- Created: 2013-12-11T20:06:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T10:53:09.000Z (over 10 years ago)
- Last Synced: 2024-08-22T22:31:29.267Z (3 months ago)
- Language: C
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-urweb - urweb-persona (fork) - Persona authentication example in Ur/Web (fork) (Framework Components)
README
Example of using Persona in Ur/Web
==================================This is a simple example of using Persona in Ur/Web. It is based on the
Persona Quick Setup [1] and portions of the Ur/Web OpenId library [2].I created this to get a minimal working example of using Persona from
Ur/Web and a 'real' application would want to add more session and
user management.[1] https://developer.mozilla.org/en-US/Persona/Quick_Setup
[2] http://hg.impredicative.com/openidUsage
=====Run 'make' to build. It requires a recent Ur/Web [3] version,
libjansson [4] and libcurl [5]. The Makefile creates a binary
that uses SQLite [6] for the session database. The steps to
build, create the database and run are:$ make
$ sqlite3 persona