I used the quickstart template to get the application up and running quickly and created a service to do the basic interaction with auth0. I also had to install Angular2jwt which is a helper library for autho0 and the lock widget.
One challenge I had was ensuring I included the extension when I added angular2 jwt component to the map object in systemjs.config.js. The component needed to be added to packages as well. Another challenge with the lock widget was that even though it was installed I still needed to add a script tag to index to html:
<script src="http://cdn.auth0.com/js/lock/10.2/lock.min.js"></script>
Other than those package issues I found the application to be very straight-forward. Below you can see a video of my working challenge.
Here are my quiz results from the tutorial on Auth0:

No comments:
Post a Comment