Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anonymous Login Feature Request #1630

Open
hendrixgotcodes opened this issue Jun 10, 2024 · 0 comments
Open

Anonymous Login Feature Request #1630

hendrixgotcodes opened this issue Jun 10, 2024 · 0 comments

Comments

@hendrixgotcodes
Copy link

Feature Description

I'm looking for a feature similar to Firebase Auth's anonymous login, where users can access the system with a unique identifier without requiring full authentication. This allows users to interact with certain resources, and later, if they decide to fully sign up, they can retain the resources associated with their anonymous account.

Suggested Solution

I would like to request an anonymous login feature in devise-token-auth. This feature should:

  • Create a unique anonymous account for users upon initial interaction.
  • Allow certain resources to be associated with this anonymous account.
  • Provide a seamless way to convert this anonymous account into a fully authenticated account, preserving all associated resources.

Considered Alternatives

Currently, there is no direct support for this in devise-token-auth. Alternatives would involve custom implementation, which might not be as robust or integrated as having native support within the library.

Additional Context

Anonymous login is a useful feature for applications where users need to start interacting with the system immediately, without the friction of a full signup process. This can significantly enhance user experience and engagement.

Thank you for considering this feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant