Closed davicorreiajr closed 5 years ago
This is a refactor of the authorization logic: to do so, it creates a file called authorizer.js, now responsible for all this logic (first user authentication, token refresh, etc) and remove this part from the player.
authorizer.js
What does this PR do?
This is a refactor of the authorization logic: to do so, it creates a file called
authorizer.js
, now responsible for all this logic (first user authentication, token refresh, etc) and remove this part from the player.