auth0/auth0-progresive-profiling-demo

Name: auth0-progresive-profiling-demo

Owner: Auth0

Description: null

Created: 2016-03-29 14:11:54.0

Updated: 2018-04-06 15:27:58.0

Pushed: 2016-04-18 14:02:47.0

Homepage: null

Size: 4886

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Demo implementing progressive profiling

In order to skip the profiling step after the signup, this rule needs to be created in your account. It will add a flag to the user profile only after signup.

tion (user, context, callback) {
 (context.stats.loginsCount === 1) {
user.is_singup = true; 

llback(null, user, context);


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.