ember-simple-auth
ember-simple-auth copied to clipboard
Missing `for` and `since` in options in deprecations.
-
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
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]
Chiming in since I hit this deprecation message too today.
ESA won't be usable on ember 4.0 until this deprecation is removed