Page MenuHomeDevCentral

New helper function: authurl
ClosedPublic

Authored by dereckson on Jul 19 2016, 22:07.
Tags
None
Referenced Files
F7139348: D521.id1271.diff
Mon, Apr 21, 08:32
F7113906: D521.id1271.diff
Sun, Apr 20, 22:35
Unknown Object (File)
Sat, Apr 19, 15:45
Unknown Object (File)
Sat, Apr 19, 11:24
Unknown Object (File)
Fri, Apr 18, 17:40
Unknown Object (File)
Fri, Apr 11, 07:09
Unknown Object (File)
Fri, Apr 11, 06:52
Unknown Object (File)
Fri, Apr 11, 06:52
Subscribers
None

Details

Summary

16ace564 allowed to customize the /auth route.

We provide an authurl() function, with a similar behavior than url().
This is intended to be used in blade templates: {{ authurl('login') }}

This replaces the @authurl Blade directive offered by 16ace564, as
it's substituted by text when compiled in Blade templates, which isn't
really a desired behavior for a configuration variable.

Diff Detail

Repository
rGROVE Auth Grove
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to New helper function: authurl.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jul 19 2016, 22:09
This revision was automatically updated to reflect the committed changes.