is it possible to use Auth0 internally in Angular 2: -


is possible use auth0 service internally in angular 2 app, mean manage authentification cookies without accessing service externally, in index.html have :

<script src="//cdn.auth0.com/js/lock-8.1.min.js"></script> 


Comments