mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-06 16:04:23 +01:00
update: change auth mechanism to be unified for all sites
This commit is contained in:
@@ -57,7 +57,7 @@ function removeExpiredHashes() {
|
||||
}
|
||||
|
||||
async function generateAuthUrl() {
|
||||
const hostname = CONSTS.LNURL_AUTH_HOST;
|
||||
const hostname = 'https://auth.bolt.fun/.netlify/functions/login';
|
||||
const secret = await generateK1();
|
||||
const hash = createHash(secret);
|
||||
await addHash(hash)
|
||||
|
||||
Reference in New Issue
Block a user