76,100 questions
-1
votes
0
answers
22
views
Sharing user login status between two Wordpress sites
I’m currently having trouble syncing users’ login statuses between my two Wordpress websites. Both of them are single sites, on separate servers and different ips; however , one is the main domain (...
0
votes
0
answers
15
views
ASP.NET Core Multiple AddAuthentication calls in a plugin Architecture
We are working on an ASP.NET Core app that uses plugin architecture. The main app, which is nothing but a shell, loads assemblies that implement an interface (plugin). Each plugin registers its ...
0
votes
0
answers
9
views
Passkey fails with .aab uploaded as an internal test app
Can someone help me discover what might be wrong here?
I want to create a passkey and after it asks for my fingerprint I get this error:
[Registration_flowRunner] Flow failed. [CONTEXT service_id=363 ...
0
votes
1
answer
38
views
Blazor Server .NET 9 Preview: CS1061 Error for AddAuthenticationStateSerialization on IServiceCollection
Issue:
I'm developing a Blazor Server application targeting .NET 9. I'm using standard Cookie Authentication and trying to configure authentication state handling for prerendering.
My goal is to ...
0
votes
0
answers
9
views
Need a logon frontend for an APK so when user downloads and opens app it needs my login first [closed]
I have an Apk that I would like to add a login frontend to. I would like a panel to manage the users and be able to add and remove users and change passwords if forgotten.
Can someone please point me ...
0
votes
2
answers
30
views
Where should I store non-sensitive user details (like name or avatar) in a React web app?
In a typical React web app, after a successful login via JWT, I often store user details like firstName, lastName, username, and profileImageUrl in localStorage. These are not sensitive credentials — ...
0
votes
1
answer
31
views
How can I authenticate frontend requests to a custom API gateway using Appwrite sessions instead of JWTs?
I'm building a full-stack mobile application using Appwrite for authentication and backend services. The frontend communicates with a custom API gateway that proxies requests to various microservices.
...
-1
votes
0
answers
7
views
Auth0 for blazor webasembly app with pwa on .net7
Can someone please help me out , and put me on the right paht with aut0 and blazor, let me add some context , im working on a blazor webasembly app with pwa on dot net 7 cant go above 7 because of ...
-3
votes
0
answers
42
views
Authorization for NextJS Application
I want to integrate authentication and authorization into my application. For now the project structure is like this -
├── .next
├── node_modules
├── public
├── src
│ ├── Components
│ │ └── ...
0
votes
1
answer
17
views
Strapi - ValidationError: Invalid key when using authenticated API call with filters
I'm working on a Strapi v5 server and have set up the following tables:
Referrant – has many Agents.
Agent – has many Referrants.
ReferrantToAgent – a conjunction table to handle the many-to-many ...
0
votes
2
answers
29
views
React + Express: Navbar not updating after login/logout without refresh
I'm building a web app with React (frontend on Netlify) and Express.js (backend on Vercel).
Sessions are stored in PostgreSQL using express-session and connect-pg-simple.
I check authentication status ...
1
vote
1
answer
36
views
How Can I Solve Flutter and Firebase Navigator Error
I am trying to create a login screen in my Flutter application with Firebase. After the login information is verified in Firebase, it should redirect to the homepage. But I encounter an error in the ...
-2
votes
1
answer
48
views
why my login form is not working while the sign up form is working [closed]
I have my user authentication in the same file on my react app, now the user registration is working when a user is creating an account but when the user is trying to login using the same details that ...
0
votes
0
answers
19
views
Google bucket directly accessed using oauth2.0 client credentials flow
Can Google Cloud Storage (GCS) be directly accessed using OAuth 2.0 Client Credentials flow (client ID + client secret) for file uploads?
Can Google Cloud Storage (GCS) be directly accessed using ...
-1
votes
0
answers
68
views
Python says it has inserted row into DB, but it hasn't
I am working on a simple auth system for one of my projects.
I have a PostgreSQL database with 2 tables, "public"."app_users" and "public"."active_logins"
The ...
0
votes
0
answers
31
views
How can I non‐interactively authenticate (using impersonation) and migrate OneNote notebooks for users now that Graph API app-only tokens are retired?
We’re building an unattended migration tool to move all OneNote notebooks, sections, and pages for ~2,500 Microsoft 365 users into Google Workspace. Until recently, our service used app-only (...
-1
votes
0
answers
19
views
IIS Blazor with Windows authentication [closed]
I've got a Blazor 8 app running in an IIS environment using Windows authentication, and impersonation. The single sign-on seems to work, except users keep getting pop-ups asking them for the Smart ...
1
vote
0
answers
26
views
WebAuthn passkey prompt not appearing in Firefox 137 on Windows 11 [closed]
I’m working on a login flow that uses WebAuthn passkey authentication on the frontend. The implementation works fine in Chrome and Edge, but the passkey prompt does not appear at all in Firefox ...
-1
votes
0
answers
76
views
Gmail SMTP App Password for Linux / command line [closed]
I have a server that has been using Gmail to send emails (via Python smtplib) for the better part of a decade. As of today, I'm getting the error Username and Password not accepted. For more ...
-1
votes
2
answers
35
views
Why are cookies from a request made in Next.js Server Action not being stored in the browser?
I’m using Next.js for the frontend and Express for the backend in my project. On the client side, I’m handling the login process using a Next.js Server Action. When the login form is submitted, the ...
0
votes
0
answers
31
views
Custom Authentication Extension Not Appearing in User Flow Dropdown (TokenIssuanceStart)
I've created a C# Azure Functions project using Visual Studio Code and successfully deployed it to my Function App. Then, I created a Custom Authentication Extension in Entra External ID for the ...
1
vote
1
answer
19
views
In ASP.NET Core OpenIdConnect authentication, how can I keep the cookie state in sync with the ID token?
In ASP.NET Core docs, the following code is used as an example of setting up the OIDC authentication:
builder.Services.AddAuthentication(options =>
{
options.DefaultScheme = ...
0
votes
0
answers
19
views
AWS Amplify Authentication Configuration Error in Vite + React Application Problem
I'm getting the following error when trying to configure AWS Amplify authentication in my Vite + React application:
`Uncaught TypeError: Cannot read properties of undefined (reading 'loginWith')
...
-1
votes
0
answers
13
views
How to do aadhar authentication and live - face matching? [closed]
I want to integrate authentication with aadhar number and then verify the user's photo with the one in their aadhar.
I have looked up multiple aadhar verification services like digilocker, uidai, ...
1
vote
1
answer
30
views
Cassandra Connecting with SSL .crt,.key file using Java throwing bad certificate error
I'm trying to connect to Cassandra with SSL authentication using Spring Boot.
When I tried to connect to Cassandra using the cqlsh terminal with .crt and .key file it connected,
but when I tried in ...
0
votes
0
answers
27
views
How do I send a response back to MS Teams from my bot backend which is hosted in azure App Services
I'm encountering a 401 Unauthorized error when attempting to send a response back to a Microsoft Teams chat from my bot(i haven't used bot framework sdk, simple bot in python).
In my setup, I’m ...
0
votes
0
answers
17
views
NextAuth.js Error: The column `User.verificationToken` does not exist in the current database
I'm using NextAuth.js for my application. When I try to create an account I get the 'something went wrong' error. Even though the User table has a verificationToken column, I get this message in the ...
0
votes
1
answer
16
views
In Laravel Jetstream Dashboard my profile and teams links (top right corner) aren't working
I'm working on a Laravel Jetstream project, and have been focusing on data & core functionality for a while now. I just noticed that the project never asks me to log in, so I guess either there's ...
0
votes
0
answers
44
views
Local development React/Springboot Cookie
I'm running a React frontend (localhost:5173) with a Springboot backend (localhost:8080) and fusionauth (localhost:9011) running in docker. For my local development I can't get the frontend to send ...
0
votes
0
answers
29
views
Logging into a Gitlab application with Azure and Spring boot
I'm developing a Java web application with Vaadin and Spring boot, and the app has a functionality to upload files to my GitLab, so in order to do that I need a GitLab access token to use GitLab's API....
1
vote
1
answer
44
views
Problem in logging out in Postman while sending POST Request through API
I am using POSTMAN to send API Requests.I have been logged in through API and got a token. When I try to log out using that particular token it display output as "not logged in"
This is the ...
0
votes
0
answers
22
views
NoSuchMethodException, No suitable constructor: migrating jenkins to jetty12 ee9 (jenkins 492.3) with an existing HashLoginService implementation
Theres a well documented online configuration for configuring Jenkins on earlier versions of jetty and jenkins. This setup is not apparently supported with jetty 12.
<?xml version="1.0" ...
1
vote
1
answer
67
views
Clojure Kit: JWT Authentication
I'm trying to implement a REST API using Kit. My routes are defined as follows:
(defn api-routes [_opts]
["/auth/login" {:post auth/login}]
["/auth/checked" {:get (wrap-auth ...
-3
votes
0
answers
28
views
Error in checking the API to create object with CRUD operations? [closed]
I was trying to create an object using CRUD operation on which I applied roles Restrict to But could create due to error ("Connection was forcibly closed by a peer.") please guide me how to ...
-3
votes
0
answers
37
views
Best way to authenticate public-facing screens (e.g. kiosks) using Keycloak without exposing user credentials? [closed]
I'm working on a system where small businesses (e.g. restaurants) can manage content that is displayed on physical screens — similar to self-ordering kiosks used in fast food chains. These screens ...
-1
votes
0
answers
33
views
After enabling SEO URLs, the admin login page returns a wrong password [closed]
<?php
namespace Opencart\Catalog\Controller\Account;
/**
* Class Login
*
* @package Opencart\Catalog\Controller\Account
*/
class Login extends \Opencart\System\Engine\Controller {
/**
*...
-1
votes
0
answers
58
views
Setting up authentication for the durable functions monitor [closed]
I am using durable functions monitor for my Azure function app which has durable functions
https://github.com/microsoft/DurableFunctionsMonitor
I am trying to set up authentication for the durable ...
0
votes
0
answers
23
views
Next.js Prerendering Error: "Invalid URL" in /_not-found Page During Build
I am deploying a Next.js project to Vercel and encountering a build failure related to the /_not-found page during the static generation process. The error appears to be triggered by an invalid URL ...
0
votes
0
answers
36
views
psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "postgres" with correct port
I installed PostgreSQL from the official website, on mac (macos 15.4), M1. During installation it asked for a password, I provided a simple password.
However, when I try to connect, it asks for a ...
0
votes
0
answers
47
views
How can I securly add Client_secret to my code when authenticating a serverless desktop app on google cloud platform?
I'm trying to make a desktop app (without a server) with python that allows the user to do some automation in google sheets.
I'm having trouble in managing the Client_secret file provided by google's ...
0
votes
1
answer
28
views
ASP.NET Core authentication and authorization question
I'm learning ASP.NET Core and I'm reading books and watching videos on authentication and authorization.
There's one question I can't seem to get answered: I understand that authentication and ...
0
votes
0
answers
38
views
Connection issues with Node.js and SQL Server
I am facing a login failure issue when trying to connect my Node.js application to SQL Server 2019 using the tedious package. Despite configuring my authentication and using Windows Authentication, ...
2
votes
1
answer
70
views
Google Gmail API in Laravel returns 401 Unauthorized (Missing Authentication Credential)
I'm integrating Gmail API in my Laravel app using the google/apiclient package. The goal is to allow users to connect their Gmail accounts, fetch profile info, and later send/receive emails.
I've ...
0
votes
0
answers
18
views
Should I authenticate a client before logging out?
Before logging out, should I check for a valid JWT token? i.e. authenticate a client. Which is best? Authenticating or skipping authentication?
0
votes
0
answers
11
views
Supabase Connection Fails on TestFlight, Works Locally (Expo Managed Workflow)
I'm running into an issue where my app connects perfectly to Supabase when running locally (via expo start or in Expo Go), but fails to connect when I test the app through TestFlight. The query is not ...
0
votes
1
answer
28
views
How youtube.com login works even if i login my google account on accounts.google.com?
Browsers only allow setting cookies in the same domain. When I log in to youtube.com, it redirects me to accounts.google.com, and then after logging in, I am redirected back to youtube.com. So how ...
0
votes
2
answers
35
views
SignInManager does not work when created at runtime
I have a c# blazor web application, which should authenticate users using the SignInManager. But the database to use is not known at design time, it depends on a URL parameter. So I can't use a ...
0
votes
0
answers
29
views
AuthState is missing and I can't login into my Blazor Web app
I have a MudBlazor web server app in Visual Studio 2022 with this login flow:
Home.razor with MainLayout
RedirectToLogin.razor
Login.razor with LoginLayout
In Login.razor, after login, user.Identity....
0
votes
0
answers
32
views
Excessive Refresh Token Requests in Nuxt Auth (sidebase)
Environment
bun v1.2.5
Operating System: Windows_NT
Node Version: v22.14.0
Nuxt Version: 3.16.0
CLI Version: 3.23.0
Nitro Version: 2.11.6
Package Manager: [email protected]
Builder: ...
0
votes
0
answers
21
views
How to properly add parameters to Auth0 PKCE authentication flow with Blazor WebAssembly Standalone App?
I am looking for a solution to add additional parameters to the user authentication request. By default, I cannot add parameter "Audience" or "Code_challenge". I would like to add ...