mpyw / scoped-auth

Apply specific scope for user authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why this not working for only login attempts?

opened this issue · comments

For Soft Deleted, param deleted_at; Laravel login attempt for a deleted user; attempt login will return false if user is deleted or user will be logout if in a deleted user.

How make invalidate user session if deactivated_at column is not null, like deleted_at?

Only using query when login attempts?

Hmm, okay i was understand.

This action can be conflict with password reset action etc.

I need a little trick for logout on multiple sessions.
Middleware can me help.