Add ability to implement Remember My Device for 30 days through Auth0 APIs

Feature: Provide a short title of your feature request/feedback.

Description: As a developer, I would like to have the ability to implement “Remember My Device for 30 days” feature using APIs integration.

Use-case: We are building a Portal for our users, using Auth0 as authentication server.

When a user logs in, store a unique identifier associated with their device and set an expiration time of 30 days for this identifier. During subsequent logins, check if the identifier is still valid. If yes, allow the user to bypass authentication.