We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf0737 commit 52a2fcaCopy full SHA for 52a2fca
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 1.2.2
2
+
3
+* The session is now correctly restored when running Ember 2.13, see #1267.
4
+* The mechanism that triggers authentication in the `AuthenticatedRouteMixin`
5
+ is now encapsulated in the (overridable) `triggerAuthentication` method, see
6
+ #1278.
7
+* The ember-cookies dependency has been upgraded to 0.0.13, see #1281.
8
9
# 1.2.1
10
11
* Arguments passed to the session service's `invalidate` method will now be
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
0 commit comments