Skip to content

hotello/meteor-accounts-auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotello:accounts-auth0

A login service for Auth0.

Configuration

As any official Meteor account package, upsert a configuration object:

ServiceConfiguration.configurations.upsert({service: 'auth0'}, {
  $set: {
    domain: '<AUTH0_DOMAIN>',
    clientId: '<CLIENT_ID>',
    secret: '<SECRET>'
  }
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published