Lots of work on user person security. Also some general clean up. Wrapping up for the day.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user