An open API service indexing awesome lists of open source software.

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.

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
});