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
feat: new client default method "whoami". In tourware, every client has an identity, as well as it's settings, by adding the whoami custom endpoint call, we have a generic way in all instances to know what the settings of the authenticated client are. This way we can know the system currency, the client default language and many more important settings. Additionally we avoid having in multiple times in the code a custom call to me/whoami, but instead we have an only one place where we configure that.