Page MenuHomeDevCentral

New helper function: authurl
ClosedPublic

Authored by dereckson on Jul 19 2016, 22:07.
Tags
None
Referenced Files
F24849431: D521.id.diff
Sat, Mar 14, 04:14
Unknown Object (File)
Thu, Mar 12, 11:59
Unknown Object (File)
Thu, Mar 12, 07:02
Unknown Object (File)
Thu, Mar 12, 01:43
Unknown Object (File)
Wed, Mar 11, 23:12
Unknown Object (File)
Mon, Mar 9, 15:32
Unknown Object (File)
Mon, Mar 9, 12:46
Unknown Object (File)
Sun, Mar 8, 04:48
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 Passed
Unit
Tests Passed
Branch
authurl
Build Status
Buildable 742
Build 869: arc lint + arc unit

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.