Modify the service provider to enforce the use of the HTTPS schema for all relevant URLs and requests. This should ensure that any non-secure HTTP requests are either redirected to HTTPS or rejected.
Use URL::forceSchema('https') for it
Additionally, update the README.md file with clear instructions explaining this HTTPS enforcement, including how it works.