jonnybarnes.uk/app
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
..
Console Struct Types 2018-01-15 14:02:13 +00:00
Exceptions Notify Slack on Exceptions (issue #97) 2019-02-01 21:59:59 +00:00
Http Protect admin routes with new eloquent sessions 2019-03-23 09:35:07 +00:00
Jobs Remove deprecated global helper functions (issue #99) 2019-02-01 18:49:35 +00:00
Models Get Newest Horizon (#109) 2019-03-21 19:46:38 +00:00
Observers Remove deprecated global helper functions (issue #99) 2019-02-01 18:49:35 +00:00
Providers Get Newest Horizon (#109) 2019-03-21 19:46:38 +00:00
Services Remove deprecated global helper functions (issue #99) 2019-02-01 18:49:35 +00:00
Traits Switch to html-sanitizer (issue #92) 2019-01-25 17:21:32 +00:00