Hi,
I’m in the process of building an application and to avoid requesting users to login through their respective accounts in the initial instance. I wish to give an anonymous ‘logged in’ kind of experience.
Therefore I want it to function in the process of:
- Upon first launch, it basically informs that you are logged in as “Guest[X]” this can basically function as a token that is both locally stored on the device & through the database maintained within the database to allow it to be maintained as a unique identifier.
- The user can then further decide to login through their normal formats (social media) or create an account for themselves. this would then supersede the guest token unless they choose to logout again.
I’m not too sure how I can go about this. any assistance would be appreciated.
Thanks in advance.
Thanks for the information, I think the second half provides an alternative route that can be used to bring about a similar intended result.
I don’t necessarily need them to be logged in per say, but to give a dynamic text based upon a generated token/cookie, displaying the effects of being logged in as a guest. But I want them to be uniquely identified.