You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ember Simple Auth: The AuthenticatedRouteMixin is now deprecated
Ember Simple Auth: The session service's events API is deprecated; to add custom behavior to the authentication or invalidation handling, override the handleAuthentication or handleInvalidation methods.
Ember Simple Auth: The ApplicationRouteMixin is now deprecated; it can be safely removed.
The following deprecations are missing the for and since options which are causing additional depreciations warnings.
Build 3.1.0
The text was updated successfully, but these errors were encountered:
this is the full message shown in the console When calling `deprecate` you must provide `for` in options. Missing options.for in "ember-simple-auth.mixins.authenticated-route-mixin" deprecation [deprecation id: ember-source.deprecation-without-for]
Ember Simple Auth: The AuthenticatedRouteMixin is now deprecated
Ember Simple Auth: The session service's events API is deprecated; to add custom behavior to the authentication or invalidation handling, override the handleAuthentication or handleInvalidation methods.
Ember Simple Auth: The ApplicationRouteMixin is now deprecated; it can be safely removed.
The following deprecations are missing the
for
andsince
options which are causing additional depreciations warnings.Build
3.1.0
The text was updated successfully, but these errors were encountered: