Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: userfrosting/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0-alpha.4
Choose a base ref
...
head repository: userfrosting/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0-alpha.5
Choose a head ref
  • 3 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 12, 2025

  1. 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
    lcharette committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    b7de76b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. Fix PHPStan Issues

    lcharette committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    8f153d6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Configuration menu
    Copy the full SHA
    648615d View commit details
    Browse the repository at this point in the history
Loading