mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 18:27:47 +08:00
387109002e
- Use Symfony's Session component to work with sessions, instead of a custom database model. Separate the concept of access tokens from sessions once again. - Extract common session/remember cookie logic into SessionAuthenticator and Rememberer classes. - Extract AuthenticateUserTrait into a new AuthenticationResponseFactory class. - Fix forgot password process. |
||
---|---|---|
.. | ||
2015_02_24_000000_create_access_tokens_table.php | ||
2015_02_24_000000_create_api_keys_table.php | ||
2015_02_24_000000_create_config_table.php | ||
2015_02_24_000000_create_discussions_table.php | ||
2015_02_24_000000_create_email_tokens_table.php | ||
2015_02_24_000000_create_groups_table.php | ||
2015_02_24_000000_create_notifications_table.php | ||
2015_02_24_000000_create_password_tokens_table.php | ||
2015_02_24_000000_create_permissions_table.php | ||
2015_02_24_000000_create_posts_table.php | ||
2015_02_24_000000_create_users_discussions_table.php | ||
2015_02_24_000000_create_users_groups_table.php | ||
2015_02_24_000000_create_users_table.php | ||
2015_09_15_000000_create_auth_tokens_table.php | ||
2015_09_20_224327_add_hide_to_discussions.php | ||
2015_09_22_030432_rename_notification_read_time.php | ||
2015_10_07_130531_rename_config_to_settings.php | ||
2015_10_24_194000_add_ip_address_to_posts.php | ||
2015_12_05_042721_change_access_tokens_columns.php |