Auth Umstellung zu firebase #122

Closed
opened 2025-03-01 21:16:37 +00:00 by aknuth · 1 comment
Owner

Login with Google
image

--> neue Authorised redirect URIs unter
https://console.cloud.google.com/auth/clients/1065122571067-rm5i9c2ff3dp49krkftk028r8aj89itd.apps.googleusercontent.com?inv=1&invt=Abq5cQ&project=bizmatch-net

--> proxy server unter caddy
auth.bizmatch.net {
reverse_proxy https://bizmatch-net.firebaseapp.com {
header_up Host bizmatch-net.firebaseapp.com
header_up X-Forwarded-For {remote_host}
header_up X-Forwarded-Proto {scheme}
header_up X-Real-IP {remote_host}
}
}

und
firebaseConfig: {
apiKey: ,
authDomain: 'auth.bizmatch.net',
projectId: 'bizmatch-net',
storageBucket: 'bizmatch-net.firebasestorage.app',
messagingSenderId: ,
appId: ,
measurementId: ,
},

Login with Google ![image](/attachments/0bd76fe8-3ead-4d40-b466-e8c8e0f4ca7e) --> neue Authorised redirect URIs unter https://console.cloud.google.com/auth/clients/1065122571067-rm5i9c2ff3dp49krkftk028r8aj89itd.apps.googleusercontent.com?inv=1&invt=Abq5cQ&project=bizmatch-net --> proxy server unter caddy auth.bizmatch.net { reverse_proxy https://bizmatch-net.firebaseapp.com { header_up Host bizmatch-net.firebaseapp.com header_up X-Forwarded-For {remote_host} header_up X-Forwarded-Proto {scheme} header_up X-Real-IP {remote_host} } } und firebaseConfig: { apiKey: , authDomain: 'auth.bizmatch.net', projectId: 'bizmatch-net', storageBucket: 'bizmatch-net.firebasestorage.app', messagingSenderId: , appId: , measurementId: , },
Author
Owner

umgesetzt

umgesetzt
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aknuth/bizmatch-project#122
No description provided.