Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syncano-socket-auth-mailgun

Syncano socket responsible for authenticating users to applications created on Syncano platform. Helps in registering, login, changing and reseting password.

Config

Before you start using it please fill in missing informations in utils/config.js. You will need mailgun password, you will find it here: https://app.mailgun.com/app/account/setup

export default {
  mailgunDomain: 'YOUR_MAILGUN_DOMAIN',
  mailgunKey: 'YOUR_MAILGUN_KEY',
  mailgunFromEmail: 'YOUR_MAILGUN_FROM_EMAIL'
};

And your are ready to go!

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages