mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-12 03:37:03 +00:00
e42b083f20
The original implementation, introduced two years ago, was incorrect and exposed the API to an undesired authentication mode: any user access token obtained for a given user was being accepted as valid credentials on the external API. Restrict authentication to the intended mode so that user access tokens are no longer accepted on this API. Thanks @lunika spotting this.