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
<tr><td><code>provider</code></td><td>Yes</td><td>Your provider URL (HTTPS, or <code>http</code> only for loopback hosts). A bare domain is promoted to HTTPS.</td></tr>
613
+
<tr><td><code>provider</code></td><td>Yes</td><td>Your provider URL. The scheme is optional: a bare host like <code>auth.example.com</code> is promoted to HTTPS automatically. If you do include a scheme it must be <code>https://</code>(only loopback hosts may use <code>http://</code>, for local development); any other scheme is rejected.</td></tr>
614
614
<tr><td><code>provider_ecc</code></td><td>No</td><td>Set (e.g. <code>provider_ecc=1</code>) to request the compact X25519 key up front instead of the hybrid one. Use this when you know your server caps request URLs below ~4 KB, to skip the hybrid attempt. Omit it to get the stronger hybrid key with automatic fallback.</td></tr>
0 commit comments