Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [authentication]

Ask Question

Authentication is the process of determining whether someone or something is, in fact, who or what it is declared to be.

390 questions
Filter by
Sorted by
Tagged with
3votes
1answer
134views

I am implementing SSO in my application via Microsoft Entra. It has a client application with Cloud APIs.The Client passes an Entra JWT to the server obtained from the MS Entra libraries. My database ...
Thomas's user avatar
3votes
1answer
69views

I work on plugin for custom auth pages for WordPress and I try to create a custom registration form with additional fields. it has a shortcode in Beaver Builder. Is this the correct approach, and ...
3votes
1answer
130views

I am trying to implement Oauth in my .net API with EntityFramework. I already completed the custom local authentication with JWT tokens and refresh tokens. I got a little bit confused as to how I ...
4votes
1answer
113views

Do you recommend adding a layer of abstraction on top of EF Core for example we have an API controller responsible for authentication do I just call EF Core methods directly in the controller or do I ...
9votes
2answers
970views

This JavaFX program is just supposed to allow a user to register a username and password and then have it stored in an SQL database.There's been some criticism that it's not clean, readable or ...
Soco's user avatar
  • 153
4votes
2answers
489views

I am developing a Web application using Spring boot (I am a beginner). How can I make my code better?This code is from "AuthenticationService.java".I first made an interface for defining ...
3votes
1answer
132views

I am implementing authentication with the Spotify web API as part of a larger project. Yes I know there are already crates that can handle it for me but that is no fun. I am implementing the auth code ...
flakpm's user avatar
2votes
1answer
128views

I had this problem: https://stackoverflow.com/questions/78528358/how-to-prevent-circularprogressindicator-from-freezing-during-authentication-inNow after fixing it, I want to make sure that this is ...
3votes
1answer
127views

ContextI've been working on a Django-based Google Authentication application, designed to manage OAuth authentication without relying on libraries such as ...
2votes
2answers
204views

Here's a simple authentication server. It's pretty basic but has the core functionality of sign-up and log-in handling. Your best bet is to simply run the ...
Sergey's user avatar
4votes
2answers
327views

This is the code for Pylect, a Python terminal I worked on a while ago which also caused my Desktop to get destroyed because of bad code. I use it infrequently but I would like a review for the code ...
0votes
1answer
128views

How safe is Cookie based Authentication/Authorization in ASP.NET C#? Take a look at the example below, don't worry about password hashing, All this code does is that it takes a username and a password ...
Newbie's user avatar
2votes
1answer
113views

I'm currently learning Express.js and I wrote this authentication code. I'm unsure if what i have is correct, how to improve it and if it's secure. For user and session data storage I'm using ...
2votes
0answers
162views

I'm new to MVVM architecture. I want to have authentication with email + password, google and Facebook. I'm not sure if there should be separate view models for each authentication way:...
3votes
0answers
266views

What is this?My university's Wi-Fi network requires students to visit a specific URL and login to the network before we can use the actual internet. This project replicates that same process by ...

153050per page
1
2345
26

Hot Network Questions

more hot questions
Newest authentication questions feed

[8]ページ先頭

©2009-2025 Movatter.jp