GithubHelp home page GithubHelp logo

anonymous users about superlogin HOT 4 CLOSED

colinskow avatar colinskow commented on June 25, 2024
anonymous users

from superlogin.

Comments (4)

colinskow avatar colinskow commented on June 25, 2024

You can easily configure CouchDB and Cloudant to allow anonymous users. Please tell me about your use case and what exactly you would like SuperLogin to do.

from superlogin.

raymatos avatar raymatos commented on June 25, 2024

Mobile app - users can choose to either create an account or skip (anonymous).  User can at a later point choose to create an account.

I can handle it different ways within the app, but I rather not do a something like

If anonymous 

Save on device

Else 

Save on couch db 

I rather save everything to couch db and deal with migrating a user from anonymous to normal.


Sent from Mailbox

On Wed, Nov 11, 2015 at 7:32 PM, Colin Skow [email protected]
wrote:

You can easily configure CouchDB and Cloudant to allow anonymous users. Please tell me about your use case and what exactly you would like SuperLogin to do.

Reply to this email directly or view it on GitHub:
#15 (comment)

from superlogin.

colinskow avatar colinskow commented on June 25, 2024

Based on what you've said you want to do I think the simplest way is to simply use a session_id to keep track of your anonymous users which can be stored in a cookie. After the user has created an account, you can then add the user_id to all the anonymous records for that session. You can also manually add the session_id to the user record in SuperLogin.

I don't think there's any feature I can add to SuperLogin that will make this easier for you that would handle all possible use cases.

from superlogin.

colinskow avatar colinskow commented on June 25, 2024

I'm closing this. Feel free to re-open if anyone has any further ideas on anonymous users.

from superlogin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.