Inferno JS: Build and Authenticate an App – Part III
See the original posting on DZone Python
Don’t forget to read Parts I and II before jumping in!
Authenticate an Inferno App With Auth0
The last thing we’ll do is add Auth0 authentication to our Inferno app. At the moment, our sample dinosaur API doesn’t have any secured endpointsbut if we need them in the future, Auth0’s JSON Web Token authentication can help.