Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
98 views

I have a separate backend I'm building, and I basically have the main auth endpoints. I was making a frontend for it with Next. The thing is, there's a problem with after I login. When I login, it ...
XXOOORRRRR's user avatar
Advice
0 votes
2 replies
63 views

In the context of client side session management when user authenticates herself, she gets a token that is specific to her. When we get that token at the server side we are sure that token relates to ...
dRIFT sPEED's user avatar
1 vote
1 answer
45 views

I'm building a matchmaking service for a browser gaming platform using Blazor web assembly, Microsoft Entra external id and SignalR. To connect clients to the matchmaking service, I have created an ...
Lucas Pires Savassa's user avatar
-1 votes
0 answers
56 views

For Mobile telephony based application, we are trying to authenticate via AKA-V1 using SIM information, we do have our own control over GSI Android which enable us to provide permission required for ...
Sandeep's user avatar
  • 29
0 votes
0 answers
54 views

I'm trying to protect the client side in my Next.js app using a custom session with better-auth, but the role property not appear inside the session object , but when I display session.user.role` it ...
MGDev's user avatar
  • 1
Tooling
0 votes
5 replies
44 views

How can I use Google OAuth in an Expo Go app, and how does it work once the app is published on the Play Store? Currently, in Expo Go, the app is treated like a web application, so it uses a Web ...
Ome Tiwari's user avatar
6 votes
0 answers
62 views

I'm trying to query data from GridDB Cloud using its REST/WebAPI endpoint. The official docs mention both Basic Authentication and API key-based access, but I'm unclear on the exact header format and ...
AS Ansari's user avatar
0 votes
0 answers
36 views

I'm working on a Blazor Server App which has to authenticate via LDAP (it works), and set a cookie so that the user must authenticate only e.g. once a week. I have created a minimalAPI in the program....
tzs's user avatar
  • 21
Advice
0 votes
4 replies
102 views

I’m currently working on a system where agents interact with multiple external services such as Google APIs, Slack, and GitHub. All of these services use OAuth, which means access tokens expire ...
Devin Oldenburg's user avatar
Best practices
0 votes
6 replies
103 views

.NET MAUI Blazor Hybrid and Web App is the project template of the cross-platform applications available in Visual Studio: Actually, it is the set of 4 projects (details): It has been documented how ...
Takeshi Tokugawa YD's user avatar
Best practices
2 votes
2 replies
123 views

I'm building a Node.js/Express API and need to implement a user context system that allows me to access the authenticated user from anywhere in my application (services, utilities, etc.). The Problem: ...
JoseYC's user avatar
  • 1
0 votes
0 answers
49 views

We use Duende Identity Server (7.4.4) to enable sign in on our site. We offer a general Microsoft Single Sign On button through the Microsoft.AspNetCore.Authentication.MicrosoftAccount Nuget package. ...
Noah Orr's user avatar
Advice
3 votes
1 replies
113 views

We have some AIoT devices and want to authenticate with RADIUS using PHP. The new RADIUS Server ask for the Message-Authenticator attribute and the build-in RADIUS functions of PHP can not do it. <?...
P95747001's user avatar
Best practices
2 votes
1 replies
103 views

I’m using a DDD approach in my application. I want to learn best practices for writing DDD code the way Big Tech companies and experienced developers do it. So, I have a User entity with the following ...
Виталий Иванов's user avatar
Advice
1 vote
0 replies
47 views

I’m working on a multi-tenant SaaS application where different organizations can create and manage business plans and financial forecasts. Each organization has multiple users with different roles (e....
Upmetrics's user avatar

15 30 50 per page
1
2 3 4 5
5041