1.0.2 • Published 7 months ago

ember-simple-auth-generators v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ember-simple-auth-generators

A set of generators for ember-simple-auth. To see the list of generators, type in ember generate --help.

Compatibility

  • Ember.js v4.4 or above
  • Ember CLI v4.4 or above
  • Node.js v16 or above

Installation

ember install ember-simple-auth-generators

Usage

After installing the plugin, ember generate --help will include a new set of generators under ember-simple-auth-generators:. The current list of generators is as follows:

authenticator

Generates an authenticator of the given type. Valid options are:

  • devise
  • oauth2implicitgrant
  • oauth2passwordgrant
  • torii

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.