diff --git a/resources/assets/v3/js/pages/auth/auth.js b/resources/assets/v3/js/pages/auth/auth.js
new file mode 100644
index 0000000000..b52fae3398
--- /dev/null
+++ b/resources/assets/v3/js/pages/auth/auth.js
@@ -0,0 +1,21 @@
+/*
+ * auth.js
+ * Copyright (c) 2026 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
+
Welcome to the Firefly III demo!
To log in, please use email address {{ $DEMO_USERNAME }} with password
@@ -49,18 +49,18 @@
@if(config('firefly.authentication_guard') === 'web')
+ Application "{{ $client->name }}" is requesting permission to access your account and financial data. +
++ Access to the API is not scoped. All data will be accessible. Please proceed with caution and only authorize applications you trust. +
+ @if('' !== $client->redirect_uris[0] ?? '') +
+ You will be redirected to {{ $client->redirect_uris[0] }} after you authorize or cancel this request.
+
This application will be able to:
- - - - - - - -{{ $client->name }} is requesting permission to access your account.
+ @endif - - @if (count($scopes) > 0) -This application will be able to:
- -