We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Recipe: Defaulting to Authentication Required Routes (markdown => rest)
add warning that this is not official
Updated Recipe: Defaulting to Authentication Required Routes (markdown)
wrong path when loading UnauthenticatedRouteMixin
import UnauthenticatedRouteMixin from 'simple-auth/mixins/unauthenticated-route-mixin';
Path to load Mixin was wrong
added rails api auth engine
Comment UnauthenticatedRouteMixin usage
Add route.js config examples
Introduced OpenRouteMixin and SecureDefaultRouteFactory
Initial Home page
Created Recipe: Defaulting to Authentication Required Routes (markdown)
Updated OAuth 2.0 Middlewares (markdown)
Destroyed EmberSimpleAuth (markdown)
added link to middleware pages
added middlewares page
Initial Commit