Replies: 1 comment
-
Authentication basically works in two phases:
In the default You may also be able to disable the webtoken altogether, but I would not recommend that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm disabling the localhost check and putting everything behind an authentication tool. The problem is that, when the authentication expires, because of the cache (service worker), it doesn't authenticate again when I refresh the page, so some API calls will fail. Then I need to force-refresh the page or authenticate again in other ways.
So I want to know whether it is safe to expose everything but webtoken_for_localhost without localhost check. Or is there a better solution?
Beta Was this translation helpful? Give feedback.
All reactions