ember-simple-auth-components

Installs ember-simple-auth and configures it with templates.

Usage no npm install needed!

<script type="module">
  import emberSimpleAuthComponents from 'https://cdn.skypack.dev/ember-simple-auth-components';
</script>

README

Ember-simple-auth-components

This addon provides the following to work in sync with ember-simple-auth:

  • Forms: Login,Forgot Password, Password Reset
  • Logout Button Component
  • LogoutController mixin, which is to be used on the controller where the Logout Button component is used.
  • Enhanced session service which uses a my-account model to determine the user's role

Installation

  • ember-install ember-simple-auth-generators