docs icon indicating copy to clipboard operation
docs copied to clipboard

Independent Auth Guards: Add note about column types when using MySQL database & `database` session driver

Open duncanmcclean opened this issue 4 months ago • 0 comments

When you're using independent auth guards with Statamic, along with a MySQL database and the database session driver (which is the new default in Laravel 11), you may need to change the type of the user_id column to a varchar to account for Statamic user IDs.

duncanmcclean avatar Oct 07 '24 13:10 duncanmcclean