You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: Support for Stremio's "/configure" endpoint to show a website that generates a "stremio://.../some-configuration/manifest.json" link
The required fields in the manifest type
Handlers for the "/configure" and "/:userData/configure" endpoints
This is now also used by the custom addon example including a simple HTML file that's served
Improved: Increased buffer size for longer request URLs
Improved: Changed the implementations of the custom middlewares, endpoint and manifest callback in the custom addon example to make everything more clear
Improved: Allow Base64URL encoding both with and without padding