auth0-angularjs-sample icon indicating copy to clipboard operation
auth0-angularjs-sample copied to clipboard

These samples are made up of steps to add Auth0 to an Angular JS app

Results 10 auth0-angularjs-sample issues
Sort by recently updated
recently updated
newest added

Hey, I am using auth0 for my angularJs application. Actually I am getting this error This is my config.js **require.config({ waitSeconds: 60, paths: { angular: '../bower_components/angular/angular', 'angular-ui-router': '../bower_components/angular-ui-router/release/angular-ui-router', jquery: '../bower_components/jquery/dist/jquery.min',...

I am trying to use this example with Requirejs but doesn't seem to have any luck... It keeps on throwing ``` Failed to instantiate module auth0.auth0 due to: ReferenceError: Auth0...

When implementing this I am getting the following error: Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:modulerr] Failed to instantiate module auth0.auth0 due to: ReferenceError: Auth0...

Why has the "calling API" example been removed? Would it be possible to replace it with a link to how you suggest we call API's? Is the next step to...

Problem is described here. Documentation not updated for latest auth0-lock 10.8. http://stackoverflow.com/questions/41707970/auth0-is-not-a-consutructor-angularjs-and-auth0/41763628#41763628

It seems that the profile attributes (name, email, roles etc) are not being passed in the jwt when making the server call. So the spring backend cannot resolve these and...

It's making call to url - https://hg-mroe.auth0.com/usernamepassword/login (hg-more.auth0.com is auth0 domain) but it's giving 404 (connection not found). Please help me in running the sample code

// home.controller.js vm.logoutFromAuth0 = function() { angularAuth0.logout({returnTo: 'http://localhost:3001/'}); authService.logout(); } After logging out, its not redirecting to 'http://localhost:3001/'

Numerous people using auth0 lock have had this issue where the authenticated event does not fire. See https://auth0.com/forum/t/authenticated-event-not-triggering/3554. It is fixed by adding the following to the options property when...

Are these going to be supported?