Questions tagged [auth0-lock]
71 questions
0
votes
0 answers
Springboot Authentication with Auth0 won't authenticate
Am using Auth0 for my authentication service. I have a web application communicating with a springboot API. Am trying to authenticate access to my API resource using Auth0 jwt token. Below is my implementation.
My Auth0 JS web application
var…

DaviesTobi alex
- 610
- 1
- 9
- 34
0
votes
1 answer
Versioning in javascript
I have multiple javascript files that are bundled and minified in one file "bundle-min.js" and is linked in one of my html page. Now I want to introduce versioning in those js files. Means when I change any of my js file, I want my bundle file…

Ask
- 3,076
- 6
- 30
- 63
0
votes
2 answers
How to call an Angular method when browser closes
I'm relatively new in AngularJS and I have been asked to modify our application so that when the user closes the browser, we also log them out of Auth0 service.
I have the code below but I can't get it to fire. Kindly…

RealSollyM
- 1,530
- 1
- 22
- 35
0
votes
1 answer
Why call getUserInfo if I can get the same from id_token?
According to the documentation (https://auth0.com/docs/tokens/id-token#control-the-contents-of-an-id-token) it is possible to ask for an id_token containing the user's profile, e-mail...
So why would I be calling getUserInfo as shown in the example…

Vortexfive
- 1,889
- 13
- 19
0
votes
2 answers
Why are additional parameters not present when using database connection for login on Auth0's Lock
I have been using Auth0's Lock widget for my app's Login flow. It works great, but now I need to pass additional parameters during login.
The Lock widget offers a parameters attribute which the docs say will be "sent with every authentication…

Dylan Moore
- 276
- 2
- 9
0
votes
0 answers
Auth0 Legacy Lock API Deprecation
I went through the Legacy Lock API Deprecation documentation provided link
I have few clarifications
Its mentioned that by July 16, 2018 deprecated services will be removed.
And the criteria are given to identify whether I will get affected or not,…

Keshan Nageswaran
- 8,060
- 3
- 28
- 45
0
votes
1 answer
Auth0- How to use lock-js and auth-js features together?
I am creating an app using Auth0 with Asp.net. Previously I was using lock widget but then due to some limitations I preferred creating my own custom ui using Auth0.js Now everything is working fine but I want to add some features of lock.js like…

Ask
- 3,076
- 6
- 30
- 63
0
votes
1 answer
Authlib 0.6+ does not work with Auth0 impersonation and Flask
Auth0 impersonation directly calls the on success authentication callback URL skipping the initial step of authentication. This causes an issue because flask/client/OAuth.authorize_access_token(), which is called as part of the callback processing,…

tazmaniax
- 406
- 1
- 6
- 13
0
votes
1 answer
auth0lock : Cannot read property 'createElement' of undefined
I have a simple NodeJS file named index.js includes the following lines:
const {Auth0Lock} = require('auth0-lock');
var lock = new Auth0Lock( MyClientId, MyDomain);
lock.show();
I used npm install auth0-lock to install auth0lock and have the…

we.are
- 409
- 2
- 6
- 15
0
votes
1 answer
How to redirect users to unique callback url after authentication?
I'm using Lock and Django to authenthicate my users, whenever it's done I'd like to redirect them to the same page they were, problem is that my urls have unique UUID and I can't list all of them under Allowed Callback URLs, I originaly had two ways…

Horai Nuri
- 5,358
- 16
- 75
- 127
-1
votes
1 answer
Retrieve id token after authentication with Auth0's Lock
I am using Auth0's Lock widget to get users authenticated.
How do I go about getting an idToken once that's done?

Vic Seedoubleyew
- 9,888
- 6
- 55
- 76