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
http basic auth and the current way of using PREJOURNAL_PASSWORD in .env both have the downside that the main password is stored in a file or sent across the network in each request. We should instead derive some ephemeral credentials and store/send those instead.
The text was updated successfully, but these errors were encountered:
http basic auth and the current way of using
PREJOURNAL_PASSWORD
in.env
both have the downside that the main password is stored in a file or sent across the network in each request. We should instead derive some ephemeral credentials and store/send those instead.The text was updated successfully, but these errors were encountered: