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
In auth.ts when we check to see if a pubkey is allowed we only check the hex pubkeys, we should do a quick conversion if we find that the keys in the .env file are npubs.
In auth.ts when we check to see if a pubkey is allowed we only check the hex pubkeys, we should do a quick conversion if we find that the keys in the
.envfile are npubs.