Lock: authenticated event is not fired after login successfully on hosted page

Created on 28 Jun 2018  路  1Comment  路  Source: auth0/lock

I'm using lock v11.7.2 on hosted login page. I observed that authenticated event is not fired after login successfully, it just redirect to the callback URL.

Most helpful comment

The authenticated event is only emitted when the authentication token is successfully parsed. The hash parsing never happens inside the hosted login page, so it can't possibly emit that event.

>All comments

The authenticated event is only emitted when the authentication token is successfully parsed. The hash parsing never happens inside the hosted login page, so it can't possibly emit that event.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dharness picture dharness  路  6Comments

benmadany picture benmadany  路  4Comments

sedubois picture sedubois  路  7Comments

sandrinodimattia picture sandrinodimattia  路  6Comments

adamtay picture adamtay  路  8Comments