Base solution for your next web application
Open Closed

What info is stored in local storage? #12174


User avatar
0
mdepouw created

Of the objects in local storage, either ANZ or ABP, can you please describe there purpose? Or point me to documentation? Thanks!


5 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @mdepouw,

    What is your ANZ version and which project type (Angular or Mvc)?

  • User Avatar
    0
    mdepouw created

    v13.2, Angular. Thanks!

  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @mdepouw,

    This field is not related to aspnetzero. I recheck the source code.

  • User Avatar
    0
    gtewksbury created

    Hello, I wanted to follow up on this item.

    Our security team is asking for a definitive list of ALL information stored in local storage and it's purpose. Can you please provide a list of ALL objects stored in local storage and the purpose of each object? We're also using v13.2.

    Thank you!

    Geoff

  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @gtewksbury,

    Currently, three fields are stored in local storage in AspNetZero:

    app.chat.isOpen: Indicates whether the chatbar is open. app.chat.pinned: Indicates whether the chatbar is pinned. enc_auth_token: Contains the encrypted authentication token for login information.