Added subject in token changed to user id to migration doc

This commit is contained in:
Stian Thorgersen 2014-03-12 15:58:35 +00:00
parent a1ea79e382
commit 30358a7582

View file

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