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 the CLI is using /users/:slug/auth_token which doesn't support emails. If it used /user_auth_token and passed the "slug" in the body, it would support emails.
The text was updated successfully, but these errors were encountered:
Odin has two paths for retrieving an auth_token as shown here. https://github.com/nanobox-io/odin#user-auth_token
Currently the CLI is using
/users/:slug/auth_token
which doesn't support emails. If it used/user_auth_token
and passed the "slug" in the body, it would support emails.The text was updated successfully, but these errors were encountered: