Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds authentication support for the extension in playground environments
Adds authentication support for the extension in playground environments, integrating cloud token validation and enabling token retrieval from callback URLs dispatched by the cloud. Key changes include: • Auth Token Handling: Simplified by removing unused refresh token logic, as the access token has an extended lifespan. • Token Validation: A static method now checks tokens against playground secrets, using the cloud endpoint for validation. • Callback Integration: Supports token recovery from cloud callback URLs, enhancing seamless access when the user is already authenticaded in the Cloud.
- Loading branch information