]> BookStack Code Mirror - bookstack/commit
Added theme add social driver redirect configuration callback
authorDan Brown <redacted>
Mon, 24 May 2021 11:55:45 +0000 (12:55 +0100)
committerDan Brown <redacted>
Mon, 24 May 2021 11:55:45 +0000 (12:55 +0100)
commitc7322a71f7f8ab35c19ed0286178160b56574914
tree76206510fe209ec9122e039b5cc8a3d41942b06e
parent2c3523f6a1237be491f400340f2f887e2ea1a5a9
Added theme add social driver redirect configuration callback

Allows someone using the theme system to configure the social driver
before a redirect action occurs, by passing a callback as an additional
param to the theme 'addSocialDriver' method.
app/Auth/Access/SocialAuthService.php
app/Theming/ThemeService.php
dev/docs/logical-theme-system.md
tests/ThemeTest.php