Back

Anonymous account clearing

  • 0
  • Accounts
Brave
23 Apr, 2023, 16:01

Will anonymous accounts get deleted after a while?

TL;DR
The user is seeking clarification on the difference between guest users and anonymous users in an online platform. They are also asking if anonymous accounts will be deleted after a certain period of time. It is clarified that guests are users without a session, while anonymous users are a level above guests and can be converted into named accounts. The expiration time for an anonymous session is one year. There is no solution provided in this thread, as it is mainly a discussion about the topic.
Binyamin
23 Apr, 2023, 16:03

From what I've seen here: https://appwrite.io/docs/authentication#anonymous-user

It stated

The session has an expiration time of one year

Brave
23 Apr, 2023, 16:04

But session doesnt mean account... Or am I wrong?

Binyamin
23 Apr, 2023, 16:04

What is your use-case for anonymous session?

Brave
23 Apr, 2023, 16:05

Just for limiting access to my database.

Binyamin
23 Apr, 2023, 16:06

Anonymous is indeed an account, but with nothing to keep him except the cookie, That mean:

  • Same anonymous session cannot be created in a few devices.
  • You can convert them to a named account.

Because you can't identify an anonymous session (account) then the account exist only in the context which where they created. And for that the expiration time is one year

Binyamin
23 Apr, 2023, 16:07

For most cases you can strict it to guests

Brave
23 Apr, 2023, 16:07

What means guest then?

Binyamin
23 Apr, 2023, 16:07

If you choose all uses, then it will be accessed for the use only in case the user logged in anonymously

Brave
23 Apr, 2023, 16:08

Yes I have that at the moment.

Binyamin
23 Apr, 2023, 16:08

You have

  • Guest - anyone without a session
  • Users - anyone with a session

Then anonymous is a user (with a session) and that one level above guests

Brave
23 Apr, 2023, 16:09

But for what is "any" if everyone without a session is already "guest"?

Binyamin
23 Apr, 2023, 16:09

Any is everyone yes with or without session

Brave
23 Apr, 2023, 16:10

So if I do guest only people without a session can view it. So if they login they cant see it anymore.

Binyamin
23 Apr, 2023, 16:10

Yes exactly

Brave
23 Apr, 2023, 16:10

Okay πŸ˜„

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more