torii-edmodo-connect

1.0.6 • Public • Published

torii-edmodo-connect

This is an Edmodo Connect provider for Torii.

Installation

ember install torii
ember install torii-edmodo-connect

Usage

Edit /config/environment.js and add your Torii provider configuration:

module.exports = function(environment) {
  // ...
 
  ENV['torii'] = {
    providers: {
      'edmodo-connect': {
        apiKey: 'Edmodo API key',
        redirectUri: 'http://localhost:4200/torii/redirect.html',
        scope: 'permission scopes (default: "basic")'
      }
    }
  };
 
  // ...
};

Options that can be configured:

Option Required Description
apiKey x Client ID of your app
redirectUri x Redirect URI of the app for the authentication response
scope Permission scopes

Contributing

Installation

  • git clone <repository-url>
  • cd torii-edmodo-connect
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.


Created and maintained by Yoran Brondsema from Sutori.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    7
    • latest

Version History

Package Sidebar

Install

npm i torii-edmodo-connect

Weekly Downloads

7

Version

1.0.6

License

MIT

Unpacked Size

5.63 kB

Total Files

8

Last publish

Collaborators

  • yoranbrondsema