Mitar
Mitar
Any progress on this?
I opened: https://github.com/meteor/meteor-feature-requests/issues/218 It seems that even CSS included from standard modules get added to ``. So in my case, I understand that for lazy loading there is not much...
One downside when you combine multiple titles together is that you can hit the limit of how large the URI in the GET request can be (because you are listing...
Maybe `connection_options`?
A comment for Rust. :-)
And another for TypeScript (JavaScript). :-)
You can, but the `oauth-authorization-server` has few more fields, e.g.: * `revocation_endpoint` * `revocation_endpoint_auth_methods_supported` * `revocation_endpoint_auth_signing_alg_values_supported` * `introspection_endpoint` * `introspection_endpoint_auth_methods_supported` * `introspection_endpoint_auth_signing_alg_values_supported` * `code_challenge_methods_supported` At the same time `openid-configuration` has...
> We already support open id configuration Oh, I missed that. I see why. Because it does not allow CORS access. I will open another issue for that. Edit: Done:...
> Instead we support implicit OAuth but limit the permissions that can be granted through this process to reading public information only. So I think it is a separate question...
For me the fact that async/await simply makes things synchronous is good enough. Just that it is supported and that same code which does use it can run. If this...