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
There is no way to track who created the token with the out of the box sanctum package and i really don't want this package to touch that (or make changes to the DB). That being said i suppose we could add a feature to conditionally not show tokens and if you have a way to identify who created the token could pass that info along, but im not sure i have the appetite to work on that right now. However, i am open to a PR for this feature that is generic enough to work for any conditional showing of tokens.
On Laravel Nova user resource we also see login tonkes that are generated on user login.
Is there a way to hide that? We would only like user to see tokens manually added by him.
The text was updated successfully, but these errors were encountered: