moeforms-auth
v1.1.12
Published
Simple components for silverstripe authentication using torii
Downloads
36
Readme
moeforms-auth
This is an ember addon for adding auth components to a moeforms front end project.
This includes a ember-simple-auth
authenticator and a torii
provider
form requesting an authenticated session token from a SilverStripe website.
It also includes a login-form
component and a logout-button
component.
Installation
$ ember install moeforms-auth
Usage
You will need to configure your routes for authentication following the walkthrough provided by ember-simple-auth: https://github.com/simplabs/ember-simple-auth
Then you can just drop the components provided by this module into the approrpiate templates:
{{login-form}}
Dependencies
This uses components from moeforms-base-compenents
and css classes
from http://bulma.io/