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
Currently tempToken is being sent to web api through querystring, which is bit unnecessary approach, since username & password has already being sent through request form.
The text was updated successfully, but these errors were encountered:
Currently tempToken is being sent to web api through querystring, which is bit unnecessary approach, since username & password has already being sent through request form.
The text was updated successfully, but these errors were encountered: