Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [authentication]

Authentication is the process of providing a proof of identity or verifying identity.

0 votes
0 answers
16 views

How can I create a different Google auth environment with Supabase?

I have a Svelte app and I'm using Supabase for the auth. I have setup the Google provider and it works fine but I'd like to have different environment: a prod one and a dev one. I'd like to do that ...
Tibo's user avatar
  • 69
0 votes
0 answers
7 views

How to implement topic level authentication for kafka using SASL-PLAIN for windows using python?

I have implemented broker level authentication using SASL-PLAIN, now i want to add topic level authorization using ACLs. Im not able to do that I am running zookeeper and broker on local with default ...
Aashi Jain's user avatar
0 votes
1 answer
34 views

Auth Setup for NextJS frontend and ExpressJS backend with MongoDB

I am building a full stack app with Next JS frontend and Express JS backend with MongoDB as the database. I want to implement authentication using email and password, as well as with Google Provider. ...
shivesh_anand's user avatar
0 votes
0 answers
19 views

why can't I connect using the credentials I configured in the UserDetails? [closed]

package com.HRM.HRmanager.security; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.core....
Skander Ben Achour's user avatar
0 votes
0 answers
56 views

Authentication works in Laravel 11, but it returns null . Why?

In Laravel, I can sign up and log in without any issues using Breeze. In my table, I have: $table->enum('role', ['admin', 'user']); Here’s how your bootstrap/app.php file looks: <?php use App\...
Serdar Kavrazlı's user avatar
0 votes
3 answers
56 views

ASP.NET Core 6.0 MVC : get session and cookies in view

Browser>Application>Cookies I am attempting to create session and cookies in a ASP.NET Core 6 MVC project. When I debug the project locally on my PC, the session and cookies are working as ...
Lamont Chean's user avatar
0 votes
1 answer
30 views

Vertex AI authentication failed with service account credentials

I am developing a server application in TypeScript that uses the text generation feature of Vertex AI. The application is built as a Docker image and runs on an on-premises Kubernetes (K8S) cluster. ...
weareff's user avatar
-1 votes
0 answers
17 views

Implement and test login with apple ID in flutter

As I don't have a paid apple developer account, I am trying to implement login with apple ID using dummy/mock data in flutter. When clicking on the button, a standard authorization (...
CodeBuddy's user avatar
0 votes
1 answer
64 views

How to authenticate an ASP.NET Core Web API using Azure AD token and custom claims from ASP.NET MVC app?

I have two applications: one built with ASP.NET MVC and the other an ASP.NET Core Web API. Users log in to the ASP.NET MVC application using Azure Active Directory (Azure AD). Upon successful login, I ...
ZCoder's user avatar
  • 2,293
0 votes
0 answers
15 views

Why username from profile disappear of the refresh page. Node.js

I did login and registration with node.js. Everything is working, and when I login, I can see a name of the user, but when I refresh the page, the name disappears. What I did wrong, please can you ...
Elena's user avatar
  • 1
-1 votes
0 answers
35 views

Can't access data from sqlite db with js

I'm trying js from the first time and want to make a website, I need to get data from a users database to verify them but i can't figure out how const sqlite3 = require('sqlite3').verbose(); var sql; ...
Manos's user avatar
  • 1
-1 votes
0 answers
53 views

Issue with Spring Security and JWT: Redirect to authenticationEntryPoint after successful login

I've been trying to solve a problem with Spring Boot Security in my application for days and I can't find the cause. Here is the flow of the application and the problem I am facing: Application Flow: ...
Drakgoku's user avatar
-3 votes
0 answers
16 views

Autentication JWT, backend in Django Rest Framework and Frontend in Next.js [closed]

I have a backend built with Django Rest Framework, where I've implemented authentication using simpleJWT, and everything is working when I test with Postman. My question pertains to the frontend I'm ...
GUSTAVO CARVALHO's user avatar
0 votes
0 answers
52 views

"Cross-origin redirect sign in on Google Chrome M115+ is no longer supported and will stop working on 24 June 2024." with kotlin android studio

i have a google signin auth for my kotlin android app but this massege "Cross-origin redirect sign in on Google Chrome M115+ is no longer supported and will stop working on 24 June 2024." is ...
Ammar Momani's user avatar
0 votes
1 answer
45 views

Is it possible to integrate Contact Form 7 into a page that has been coded from scratch?

I am trying to create a login page that completely bypasses the WordPress default one for my website. I have attached an image for what I would like it to look like, as well as the php file I am using ...
Zane Duncan's user avatar

15 30 50 per page