This release contains only documentation fixes:
- Fixed code comment typos.
- Added note about
loadFromCookie
that you may need to callauthRefresh
to validate the loaded cookie state server-side. - Updated the SSR examples to show the
authRefresh
call. For the examples theauthRefresh
call is not required but it is there to remind users that it needs to be called if you want to do permission checks in a node env (eg. SSR) and rely on thepb.authStore.isValid
checks.