jonnybarnes.uk/app/Http/Controllers
Jonny Barnes 2e79492b01 Protect admin routes with new eloquent sessions
When using Laravel’s own auth middleware an exception would then get
thrown which was being sent to Slack, hmmm.

So I modified the original MyAuthMiddleware to use the Auth facade
instead of a custom session key.

A logout page has also been added.
2019-03-23 09:35:07 +00:00
..
Admin Remove deprecated global helper functions (issue #99) 2019-02-01 18:49:35 +00:00
ArticlesController.php Struct Types 2018-01-15 14:02:13 +00:00
AuthController.php Protect admin routes with new eloquent sessions 2019-03-23 09:35:07 +00:00
BookmarksController.php Struct Types 2018-01-15 14:02:13 +00:00
ContactsController.php Struct Types 2018-01-15 14:02:13 +00:00
Controller.php Migrate to Laravel 5.3 2016-09-06 16:40:39 +01:00
FeedsController.php Squashed commit of the following: 2018-04-12 18:15:42 +01:00
LikesController.php Struct Types 2018-01-15 14:02:13 +00:00
MicropubController.php Feature, upload media to S3 as part of micropub request 2018-04-22 18:53:26 +01:00
NotesController.php Struct Types 2018-01-15 14:02:13 +00:00
PlacesController.php Struct Types 2018-01-15 14:02:13 +00:00
SearchController.php Struct Types 2018-01-15 14:02:13 +00:00
SessionStoreController.php Struct Types 2018-01-15 14:02:13 +00:00
ShortURLsController.php Struct Types 2018-01-15 14:02:13 +00:00
TokenEndpointController.php Fixing tests 2019-03-17 14:06:18 +00:00
WebMentionsController.php Struct Types 2018-01-15 14:02:13 +00:00