Skip to content

Pyrax/meteor-deezer-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-deezer-oauth

Deezer OAuth flow for Meteor applications

Usage

As authentication for accounts:

You can use this package with meteor-accounts-deezer to use Deezer OAuth as a login-method. Just follow the instructions of that URL.

For standalone usage:
  • Add the package to your Meteor application: meteor add pyrax:meteor-deezer-oauth
  • Configure your app in the Deezer developers backend - the redirect URL should be: http://<example.app>/_oauth/deezer
  • Configure the service:
ServiceConfiguration.configurations.update(
  { 'service': 'deezer' },
  {
    $set: {
      'clientId': '<application_ID>',
      'secret': '<secret_key>',
    }
  },
  { upsert: true },
);

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Deezer OAuth flow for Meteor applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published