Skip to content

Add anonymous sessions #36

Open
Open
@rishabhpoddar

Description

@rishabhpoddar

Properties we need:

  • No database storage consumptions - since high traffic websites would needlessly occupy space.
  • Created as soon as the first API call is made
  • Anonymous session data is transferred to an authenticated session easily
  • Enable / disable anonymous sessions - enabled by default.
  • On unauthorised / logout, create a new anonymous session automatically.
  • Have one persistent string that's the same across anonymous / authorised sessions, no matter how many times the switch occurs.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions