mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
4939583c65
commit
341fb9947b
|
@ -44,4 +44,4 @@ The repo includes a minimal passwordless backend built with [Micro](https://www.
|
||||||
|
|
||||||
Session is syncronized across tabs. If you logout your session gets logged out on all the windows as well. We use the HOC `withAuthSync` for this.
|
Session is syncronized across tabs. If you logout your session gets logged out on all the windows as well. We use the HOC `withAuthSync` for this.
|
||||||
|
|
||||||
The helper function `auth` helps to retrieve the token across pages and redirects the user if not token was found.
|
The helper function `auth` helps to retrieve the token across pages and redirects the user if no token was found.
|
||||||
|
|
Loading…
Reference in a new issue