https://github.com/hwclass/node-persona
A client middleware to use Mozilla Persona decentralized authentication system.
https://github.com/hwclass/node-persona
Last synced: 12 months ago
JSON representation
A client middleware to use Mozilla Persona decentralized authentication system.
- Host: GitHub
- URL: https://github.com/hwclass/node-persona
- Owner: hwclass
- License: mit
- Created: 2016-01-15T15:01:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T09:20:24.000Z (over 10 years ago)
- Last Synced: 2025-06-02T07:16:44.385Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-persona
A client middleware to use Mozilla Persona decentralized authentication system.
###Usage
Persona.set({
email : 'johndoe@somedomain.com'
}, function (response) {
//do something else with the response
});