Lots of work on user person security. Also some general clean up. Wrapping up for the day.

This commit is contained in:
Scott Idem
2025-04-04 18:31:31 -04:00
parent 6e41833f82
commit b967eed0a5
15 changed files with 749 additions and 54 deletions

View File

@@ -204,7 +204,7 @@ export async function load({ fetch, params, parent, route, url }) { // params, r
ae_loc_init['key_checked'] = true; // Se to true to allow access without a key.
ae_loc_init['allow_access'] = true; // No access key is required here.
} else {
let access_key = url.searchParams.get('key');
let access_key = url.searchParams.get('key'); // Technically this is the site's auth key.
if (access_key) {
if (log_lvl) {