crybapp / aperture

Microservice that handles video and audio forwarding to clients
MIT License
19 stars 5 forks source link

More logging, fix crash if token expired/invalid #4

Closed JeDaYoshi closed 5 years ago

JeDaYoshi commented 5 years ago

Will fix crashes related to JsonWebTokenError and TokenExpiredError.

Will also help in fixing issues (until errors are given to the client) as more logging was added.


console.error is used in authentication errors as some issues are coming from it, especially if the portal is started late.

darnfish commented 5 years ago

Looks good, merging now 👍