You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With !4 merged, support for auth tokens has landed. However, only parsing/verifying is supported, not setting or updating tokens. This is less trivial because while we can automatically set cookies, for tokens inside the header the client needs to actively do something with the new token. Possibly we just let the implementing server handle returning the tokens for non-cookie sources.
The text was updated successfully, but these errors were encountered:
With !4 merged, support for auth tokens has landed. However, only parsing/verifying is supported, not setting or updating tokens. This is less trivial because while we can automatically set cookies, for tokens inside the header the client needs to actively do something with the new token. Possibly we just let the implementing server handle returning the tokens for non-cookie sources.
The text was updated successfully, but these errors were encountered: