lynndylanhurley / devise_token_auth

Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Do What The F*ck You Want To Public License
3.52k stars 1.14k forks source link

Anonymous Login Feature Request #1630

Open hendrixgotcodes opened 3 weeks ago

hendrixgotcodes commented 3 weeks ago

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:

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.