0.4.1
- Fixed a bug where you could not override options via
$authProvider
. - No longer redirects to
/login
on http interceptorresponseError
. #42 - Added ability to disable page redirect after logging in and logging out when option is set to
null
. #42 - Adding
protected: true
to your routes will redirect users to/login
if they are not authenticated. #36 - Code refactoring.