Skip to content

Commit f6e9707

Browse files
committed
Implement CSRF protection
- Added `useCsrf` composable for managing CSRF tokens and adding it automatically to axios requests. - Refresh CSRF token refresh on Login/Logout. - Updated templates to include CSRF meta tags. - Custom CSRF session storage key removed. Slim Guard default storage is used. Prevent duplication of token in the session (persistent token option wasn't working) - Fixes old session file not being deleted from the filesystem
1 parent 64e1ad1 commit f6e9707

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

app/config/default.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)