Configuration
import Configuration from 'ember-simple-auth/configuration';
Ember Simple Auth's configuration object.
Properties
Deprecated:Use authenticationRoute instead
Default: 'login'
The route to transition to for authentication. The AuthenticatedRouteMixin will transition to this route when a route that implements the mixin is accessed when the route is not authenticated.
Deprecated:Use routeAfterAuthentication instead
Default: 'index'
The route to transition to after successful authentication.
Deprecated:Use routeIfAlreadyAuthenticated instead
Default: 'index'
The route to transition to if a route that implements the UnauthenticatedRouteMixin is accessed when the session is authenticated.