Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PADL/libbrowserid
BrowserID C library
https://github.com/PADL/libbrowserid
Last synced: 18 days ago
JSON representation
BrowserID C library
- Host: GitHub
- URL: https://github.com/PADL/libbrowserid
- Owner: PADL
- License: other
- Created: 2013-01-06T23:19:29.000Z (almost 12 years ago)
- Default Branch: browserid
- Last Pushed: 2019-11-16T02:25:05.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T22:56:18.260Z (3 months ago)
- Language: C
- Homepage:
- Size: 27.7 MB
- Stars: 18
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/PADL/libbrowserid.png?branch=browserid)](https://travis-ci.org/PADL/libbrowserid)
# libbrowserid
libbrowserid is a C library for generating and verifying Mozilla Persona
(BrowserID) assertions. This source distribution also includes a GSS/SASL
mechanism based on the BrowserID protocol, but that is not built by default.More information on BrowserID is available at the URL
.## Building
For building on Mac OS X, no additional packages are required.
On Windows you will additionally need:
* Jansson
On all other platforms, you will need, in addition to Jansson:
* Curl (not required for Windows)
* OpenSSL (not required for Windows)Building is similar to other autotools-based projects; run ./autogen.sh,
./configure and make. If you wish to also build the GSS/SASL mechanism, see the
instructions in mech\_browserid/README.md.## Sample code
Sample code can be found in the sample directory. See doc/sample.md for more
information.