Most voted "auth" questions
64 questions
Sort by count of
-
0
votes1
answer486
viewsDjango.contrib.auth import views || Login Authentication and url redirection
I’m trying to use Django’s libraries to check if the user is logged in, and only then can he log into the pages of my website. I’m coding according to some Internet classes, in his example was…
-
0
votes0
answers41
viewsAuthentication routes not defined, Standard 5.7
I can’t access the route http://localhost/login directly and nor http://localhost/logout. Route::get('/', function () { if(Auth::check()) { return redirect('/dashboard'); } else { return…
-
0
votes0
answers1273
viewssaving authentication data in localStorage React js
I am developing an application in Reactjs and using Axios to work with requests and need to keep user data saved in localStorage, but something is missing in my code, as this giving Undefined in the…
-
0
votes1
answer77
viewsCakephp 3 Auth Component Does Not Work
I’m having problems with the cake authorization component, I’ve done several tests and it’s the only component that isn’t working, I’ve checked the bank authorization, and I have authorization…
-
0
votes1
answer318
viewsDisconnect users or authenticate them again if the server is restarted - Angular 2
I have an Angular 2 application that is consuming an API in Nodejs. This application has JWT authentication. My problem is this: When the Node server is restarted, the user is still able to navigate…
-
0
votes0
answers144
viewsWhat is the shortest way to implement 2FA with Angular and Spring
I am using the two technologies mentioned above and would like to know if you know any library, framework or functional example that facilitates the implementation of an authentication in two…
-
0
votes1
answer177
viewsFlutter Exception Error in firebase_auth
Good afternoon, I’m using the firebase_auth plugin: 0.20.0+1 to authenticate user. When the user matches the login information no error is shown, however when the user is incorrect and an exception…
-
0
votes2
answers42
viewsHow to authenticate via headers and access API
Access to Apis should be done by passing the following data in the request header: "[{"key":"chave-api-dados","value":"123456789"}] Please! Where do I add these values for authentication and access…
-
0
votes2
answers64
viewsHow to use a customizable name for the password field in Laravel 8?
I’ve tried everything, but nothing works. I’m pretty sure the reason is that the default name of Attempt "password" does not match the name of the passwordhash column, <?php namespace…
-
-1
votes1
answer12
viewsIntegrate Keycloak into the Auth0
I wonder if it is possible to configure a custom SSO (single Sign on) in auth0. The idea is to use keycloak as IDP (Identity Provider). In this image it is possible to view the types of logins…
-
-1
votes1
answer94
viewsDjango authentication
good afternoon! I’m starting in WEB programming and I ended up bumping into a problem with Django in the authentication issue. I’ve read all the documentation that talks about Django’s Custom Auth…
-
-1
votes1
answer14
viewsAuth Indentify does not work Cakephp
This same code has already been used for other projects, and I don’t understand why it doesn’t work here. The error that returns me is that the Users and password are incorrect, it does not pass the…
-
-2
votes1
answer517
viewsHow to deal with multiple login areas in Laravel?
In my application I have 3 distinct areas: Admin Where everything is managed, currently the authentication is done by Sentry (very good by the way). For this area I have the Users model that…
-
-2
votes1
answer20
viewsLogin redirect error iphone - Correlation failed
I’m having problems logging in through google and facebook when accessing through an iphone, after I authenticate my account, on google for example, callback is not called generating an exception.…