Skip to main content
0 votes
0 answers
26 views

I'm trying to configure a form-based authentication for my JSF app in Wildfly 39, and I've come across these sources: https://rieckpil.de/howto-simple-form-based-authentication-for-jsf-2-3-with-java-...
lzzgabriel's user avatar
1 vote
0 answers
64 views

I'm looking into implementing authentication in a client side Blazor application with wasm. Microsoft has a sample for exactly that scenario, but - not very confidence inspiring - it seems broken: ...
Voo's user avatar
  • 30.5k
-1 votes
0 answers
38 views

I’m using Next.js (App Router) where authentication is handled by the backend. The backend sets access and refresh tokens in HttpOnly + Secure cookies, so the frontend cannot read token values (which ...
Ch Muzammil's user avatar
0 votes
0 answers
23 views

I have this configuration: { "mimeTypes": { ".js": "application/javascript", ".mjs": "application/javascript", ".cjs": "...
ThunD3eR's user avatar
  • 3,482
0 votes
0 answers
39 views

I’m integrating authentication using Apple’s authorization APIs and supporting multiple iOS versions: • ASAuthorizationController (iOS 13+) • ASAuthorizationPlatformPublicKeyCredentialProvider (...
Wahab Khan Jadon's user avatar
-2 votes
0 answers
34 views

I have a problem on Linux OS Server 20.04.5: I'm stuck on authentication screen or better, authentication and then I get a message: 'Lost Connection' ... PAST: I updated my server PHP for gmp-...
Corelith's user avatar
-3 votes
0 answers
47 views

app.get("/apiKey", async (req, res) => { try { const response = await axios.get( API_URL + "/filter", //request parameter { ...
Sayon Teah Okai's user avatar
-1 votes
0 answers
62 views

I have been wrestling with this question for a while concerning how to manage roles/permissions on multiple applications. We have multiple applications. Lets call them App-1, App-2 and App-3 and user-...
Eddy Freeman's user avatar
  • 3,367
Best practices
0 votes
3 replies
29 views

I’m working on an Angular frontend with a .NET BFF backend secured using Azure AD authentication (cookie-based, no tokens stored in local/session storage). Current setup: Frontend: Angular Backend: ....
Kunal's user avatar
  • 11
Best practices
1 vote
4 replies
54 views

I am designing a mobile application with a user login system. I am going to implement refresh tokens in order to allow for users to only have to log in once every 30 days. How do I differentiate each ...
Calax's user avatar
  • 91
0 votes
0 answers
38 views

Problem I'm trying to checkout a private GitHub Enterprise repository in a GitHub Actions workflow, but it consistently fails with a "Not Found" error even though I have a valid Personal ...
Athpath's user avatar
Advice
1 vote
0 replies
33 views

I try to configure my Symfony project with a User Management to separate my user management from my app database. I found some tools, as Clerk, Supabase, Authentik and I have try each tool, but ...
uphill's user avatar
  • 33
1 vote
0 answers
60 views

I’m implementing Sign in with Apple / Passkeys using ASAuthorizationControllerDelegate and handling errors via: func authorizationController( controller: ASAuthorizationController, ...
Wahab Khan Jadon's user avatar
Best practices
0 votes
9 replies
47 views

I am building a React + python(Fast API) application where these 2 applications are connected via Rest API. My question is if anyone who knows the ENDPOINT , and params that needs to be sent, Anyone ...
Rishi Sivanandan's user avatar
Advice
0 votes
1 replies
27 views

I lack experience with system design, and I’m struggling to understand how all the pieces fit together. I’d appreciate some help seeing the “big picture.” I’m building a web application with a ...
David Martínez Gil's user avatar

15 30 50 per page
1
2 3 4 5
5046