Skip to main content
1 vote
1 answer
36 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
0 votes
0 answers
33 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
  • 31
0 votes
0 answers
52 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
-3 votes
0 answers
90 views

’m building a basic SQL database application in C# using ASP.NET Core, Entity Framework Core, SQLite, and Identity. Below are my notes and steps exactly as I’ve written them. I want to know if this ...
Code_Goblin's user avatar
Tooling
0 votes
5 replies
36 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
56 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
30 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
86 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
120 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
46 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
96 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
Advice
0 votes
0 replies
36 views

I am designing the core logic for a user registration flow, and my main concern is mitigating Sybil attacks (mass creation of fake accounts). My goal is NOT to block these users during registration. ...
Amirreza Barani's user avatar

15 30 50 per page
1
2 3 4 5
5042