Victopia / php-node

Easy data framework for PHP MySQL, same query method for both physical and virtual columns.
Do What The F*ck You Want To Public License
1 stars 0 forks source link

Make session redirection configurable. #9

Open vicary opened 9 years ago

vicary commented 9 years ago

The authorize method in Initilaize.php has a hard-coded redirection to /Login, make this configurable somewhere.

Related to #7

vicary commented 9 years ago

authorize() is replaced by the new AuthenticationResolver, but this is still valid.

Will be implemented in the planned policy feature.

vicary commented 9 years ago

With the new Configuration class, this can be done easily in those config files.