2023-01-13 - Frontend Authentication Ideas: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 January 2023

13 January 2023

  • curprev 00:0000:00, 13 January 2023Sven the Barbarian talk contribs 1,588 bytes +1,588 Created page with "Frontend Authentication = Storing tokens in Frontend = There are conflicting opinions where authentication tokens should be stored in frontend applications, some push for session and some in local storage. == Old method == * Tried to avoid storing anywhere in browser managed locations (local/session storage) by storing in each application instance's logic, ie React objects * When a new tab opened it would use local storage to request tokens from any other tabs th..."