1.0.6 • Published 4 years ago

torii-edmodo-connect v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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:

OptionRequiredDescription
apiKeyxClient ID of your app
redirectUrixRedirect URI of the app for the authentication response
scopePermission 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.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago