Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akagadovskiy committed Mar 31, 2016
1 parent d203235 commit 59f64e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ ngAdminJWTAuthConfigurator.setCustomAuthHeader({
<li>Create roles configuration in ng-admin module</li>
<li>Integrate role-based system to ng-admin.jwt-auth</li>
</ul>

<h3> Change Log</h3>
### Added:
1) ngAdminJWTAuthConfigurator.setNonProtectedStates(['custom/route']) - you can set up routes that are allowed to use without authentication. <b>Important</b>: you can use only custom urls. If you want to use CRUD url of some entity like tags/show/5 it will not work.

0 comments on commit 59f64e9

Please sign in to comment.