Can Auth0 handle customers wanting to sign up for a product free trial

I have a number of new products to roll-out, and we currently use Auth0 to handle all our Client’s logins… Can Auth0 handle new customers wanting to sign up for a free trial (30 days) for our new products?

1 Like

Hi there,

Thank you for reaching out to us!

We are trying to reply to older posts and provide some information, in case others also find this useful.

As per my understanding, you are providing 30 days free trial within your application and are using Auth0 for login. This can be achieved by enabling a Database Connection where the users will be stored once they sign up. If you wish to deny access to the users after the 30 days period, this can also be achieved by utilizing a Post-Login Action to implement a countdown of 30 days after which access is denied, or have the Action check the user’s " created_at " date and deny access if the attempted login happens after 30 days from the date the user was created.

Hope this helped!
Gerald