]> BookStack Code Mirror - bookstack/commit
Moved socal auth routes to their own controller
authorDan Brown <redacted>
Sun, 26 Jan 2020 14:42:50 +0000 (14:42 +0000)
committerDan Brown <redacted>
Sun, 26 Jan 2020 14:42:50 +0000 (14:42 +0000)
commit92690d1ae92363467c6a49664a558320b8b5771b
tree2ae38564efba15969196dcac3c0bb54144a61d78
parentfb5df49fd4459ed0096426077692fbd58e972e0f
Moved socal auth routes to their own controller

Also cleaned some phpdocs and extracted register actions to their own
service.
app/Auth/Access/RegistrationService.php [new file with mode: 0644]
app/Auth/Access/SocialAuthService.php
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/SocialController.php [new file with mode: 0644]
routes/web.php