workadventure/front/src/Connexion
David Négrier ff77a18262 Don't retry Axios if a token decryption failed
If a token decryption failed, it will emit a HTTP 500.

We should not retry Axios in this case but rather fail.

Note: a token decryption failed should not throw a HTTP 500 but another error code (HTTP 401?)
So maybe this fix is plainly wrong.
2021-12-08 11:16:39 +01:00
..
AdminMessagesService.ts ran pretty on the front 2021-09-06 14:31:59 +02:00
AxiosUtils.ts Don't retry Axios if a token decryption failed 2021-12-08 11:16:39 +01:00
ConnectionManager.ts Adding a retry on /anonymLogin 2021-12-04 18:18:43 +01:00
ConnexionModels.ts Merge branch 'develop' of github.com:thecodingmachine/workadventure into GlobalMessageToWorld 2021-07-22 16:26:01 +02:00
EmoteEventStream.ts Merge branch 'twemojiEmoteMenu' of github.com:Lurkars/workadventure into twemojiEmoteMenuSvelte 2021-09-10 14:58:49 +02:00
LocalUser.ts FEATURE: analytics client now scrape user email and room group 2021-10-11 16:30:01 +02:00
LocalUserStore.ts New setting: Always ask before opening cowebsites / Jitsi meetings 2021-12-06 23:25:25 +01:00
Room.ts Pretty fix 2021-12-06 18:20:06 +01:00
RoomConnection.ts Adding missing handler for error message in front + removing 2 useless classes in ServerToClientMessage 2021-12-06 18:00:17 +01:00
WorldFullMessageStream.ts ran pretty on the front 2021-09-06 14:31:59 +02:00