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
It would be nice if alongside the Users & Tokens resources ash_authentication also had a Login resource, that would create a new record whenever a user logs in.
This record can be used to track information about the user, either browser, device or location information. I'm thinking something simple like this:
It would be nice if alongside the Users & Tokens resources ash_authentication also had a
Login
resource, that would create a new record whenever a user logs in.This record can be used to track information about the user, either browser, device or location information. I'm thinking something simple like this:
Users can then add it it on the success/4 from the
AuthController
The text was updated successfully, but these errors were encountered: