Merge pull request #287 from stianst/master

Added subject in token changed to user id to migration doc
This commit is contained in:
Stian Thorgersen 2014-03-12 15:59:27 +00:00
commit 3c40e9694f

View file

@ -15,6 +15,9 @@
Adapters now check the access token expiration with every request. If the token is expired, they will
attempt to invoke a refresh on the auth server using a saved refresh token.
</listitem>
<listitem>
Subject in AccessToken has been changed to the User ID.
</listitem>
</itemizedlist>
</sect1>
<sect1>