David

Results 4 comments of David

@Yaffle The most common authentication uses access token to be sent in header (supported) but when it expires, the server middleware returns 401. In such case, we need to use...

@Yaffle The best way would be to get the error code and get the new token only if the error code is 401. If the connection is closed (EventSource.CLOSED), we...

@Yaffle Oh, thank you!

@zakariafadili I got it, thank you!