mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
[next] Cookie Support (#2339)
* feat: added cookie support to coral * feat: adapt client to use cookies * fix: safari input styles * fix: lint * fix: linting * fix: support clearing cookies properly, oauth * feat: support cookies for websocket upgrade requests * fix: lint * fix: tests
This commit is contained in:
@@ -261,4 +261,9 @@ export enum ERROR_CODES {
|
||||
* times by the same user.
|
||||
*/
|
||||
RATE_LIMIT_EXCEEDED = "RATE_LIMIT_EXCEEDED",
|
||||
|
||||
/**
|
||||
* JWT_REVOKED is returned when the token referenced has been revoked.
|
||||
*/
|
||||
JWT_REVOKED = "JWT_REVOKED",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user