framework/views
Toby Zerner 387109002e Rework sessions, remember cookies, and auth again
- 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-12-05 15:11:25 +10:30
..
install Implement proper update process 2015-10-19 15:09:54 +10:30
admin.blade.php Show loading indicator for admin client too 2015-11-04 11:51:25 +10:30
app.blade.php Display "Loading..." text while JS is loading 2015-11-02 16:47:36 +10:30
content.blade.php Display "Loading..." text while JS is loading 2015-11-02 16:47:36 +10:30
discussion.blade.php Translate basic HTML views 2015-10-21 11:36:49 +10:30
forum.blade.php Build very rough HTML-only content 2015-08-06 12:21:11 +09:30
index.blade.php Translate basic HTML views 2015-10-21 11:36:49 +10:30
login.blade.php Overhaul sessions, tokens, and authentication 2015-12-03 15:11:57 +10:30
reset.blade.php Rework sessions, remember cookies, and auth again 2015-12-05 15:11:25 +10:30