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
jsdw
changed the title
Remove CORS support from Jsonrpsee and show example of using tower middleware instead
Remove CORS support from Jsonrpsee and rely on tower middleware instead
Aug 3, 2022
Depends on us having #841.
Let's simplify Jsonrpsee by getting the CORS stuff out and relying on a pre-existing middleware instead.
When we do this we should have at least one example showing how to use the third party CORS middleware (eg this one; https://docs.rs/tower-http/latest/tower_http/cors/index.html)
The text was updated successfully, but these errors were encountered: