mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-08 01:43:17 +00:00
28f43fb2c0
Switched to using query parameters instead of GET requests, enabling the inclusion of additional parameters when calling the create endpoint via POST. Simplified the access token generation process by removing redundant calls to `with_identity` and consolidating token generation steps. This streamlines the method flow by preparing all necessary data before generating the access token.