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
Fix/jwt refresh returns new refresh token (#196)
* Return the new refresh token in addition to the session token
* Test and even if refresh is not returned return the refresh based on current
* Minor test fix
* Bump version
Fix baseUrl Bug (#183)
* fixed baseUrl bug
* added test and simplified logic
* removed extra file
* added fix
* added one more test and bumped the version