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
in render_data_or_redirect, we only want to include the user object in the data when using newWindow or inAppBrowser. In the sameWindow case, ng-token-auth is going to make separate api call anyway to load up the user.
This defends against problems caused by a big user object leading to a big url.
It could be a breaking change for people not using ng-token-auth
The text was updated successfully, but these errors were encountered:
in
render_data_or_redirect
, we only want to include the user object in the data when usingnewWindow
orinAppBrowser
. In thesameWindow
case, ng-token-auth is going to make separate api call anyway to load up the user.This defends against problems caused by a big user object leading to a big url.
It could be a breaking change for people not using ng-token-auth
The text was updated successfully, but these errors were encountered: