Most voted "authentication" questions
Authentication is the process of determining whether someone or something is, in fact, who or what is declared. The tag can be used for any situation where authentication is used in software via programming or in the development of authentication methods. That’s different from authorization.
Learn more…199 questions
Sort by count of
-
1
votes1
answer250
viewsRestricted access to authenticated user data - Laravel 5.3
I have a table that relates to another one and this relates to some user. How do I so that only the owner of this relation can change/delete the item. Even if I just bring on the form the records…
-
1
votes1
answer355
viewsHow to request access token server, only via frontend securely, without human interaction?
Good guys. I got into this: I have an application in the frontend of a server, which needs to communicate with a Rest API on another server, without the client having to log in. The app that will…
-
1
votes1
answer148
viewsUse database data for authentication
I have a database with existing data, with name, CPF, RG and other personal data. I need to implement a login system, but I wanted the user to be in case the registration number and password CPF,…
-
1
votes1
answer471
viewsVraptor + Angularjs authentication
I’m trying to authenticate users on my system, but I’m a bit lost. How do I return the logged user from the pro server front-end ? Currently I can check if the user exists in my database as follows:…
-
1
votes1
answer225
viewsHow to perform with parser authentication on a site that needs to login and parse its HTML content?
I need to parse the content of HTML tables of a website, but to access the page it is necessary to login. How do I parser this login, this authentication? It could be any parser. I’ve looked, but I…
-
1
votes1
answer1181
viewsSave user information to Firebase Realtime Database
In accordance with the documentation says, one should not use the getUid() user to authenticate users to the backend server; instead, use the getToken(). However, I see a lot of code out there using…
-
1
votes2
answers285
viewsAndroid do authentication constantly with external server
Staff would like to know how to do for the application I’m developing make authentication constantly. For example the watts if you don’t have access to the internet and try to send a message it is…
-
1
votes1
answer65
viewsFree access to materials by subscribing to Youtube
I joined the following website: Velosofy.com In this site the interested in downloading something you want should click a button to subscribe to the Youtube channel to have access to the material.…
-
1
votes2
answers398
viewsWhat is the best way to authenticate in the database?
What is the best way to connect to the database using c#? Create a USUARIOS table, or create a USER in the database to access?
-
1
votes1
answer117
viewsFacebook authentication in an app using Azure
Good afternoon, I’m new here and I’m on a project for the creation of a hybrid application (Android and IOS), we are at the beginning and do not understand Android programming - let’s learn while we…
-
1
votes1
answer92
viewsMake inclusions of the respective user Laravel 5.5 Auth Standard
I have a simple question, I am setting up some registrations for the purpose of studying the framework Aravel, with People, Accounts and etc.. I am using Laravel’s default authentication, and now I…
-
1
votes0
answers202
viewsSecurity of the HTTP authentication method
A colleague once told me to use that method of authentication is very insecure. And proved putting user as: true and password: true, within a system that used it and got through. But I believe the…
-
1
votes0
answers296
viewsAuthentication using Token With Devise Rails
Staff need help implementing authentication by token, I already created the models, the application is working properly, now I need to improve security. The customer will send me registration and a…
-
1
votes1
answer734
viewsHow to validate phone with React-Native sms
In the app I’m working on after logging in by facebook the user needs to fill in his data, including his phone, but I need to confirm the user’s phone by sms before allowing him to save the data The…
-
1
votes1
answer27
viewsHow to set up a repository I created for Spring Security (Basic)
I’m on a project and we’ll use Basic Auth of Spring Security, I would like to know how to make the configuration so that it uses the users created with my Repository. Entity: @Entity public class…
-
1
votes1
answer162
viewsHow to direct each user to their page corresponding to their access profile using Asp.net Identity with roles
I have 3 profile registered in the SQL Server database, they are Master, Admin and User , when log in as you would for each user to be directed to your permission view. by default the route ta…
asp.net authentication asp.net-identity access-controlasked 7 years, 11 months ago Marlon Andrade 11 -
1
votes1
answer4680
viewsHow to create a form and authenticate Django user
Good night to you all. I am developing a Django project for educational purposes only and I could not find a solution to my problem. I could not generate a form for the user to log in and much less…
python-3.x django login authentication django-templatesasked 7 years, 9 months ago Victor Alessander 387 -
1
votes0
answers327
viewsMaintain Session with Angularjs Authentication
I’m wearing the one project to authenticate with Angularjs. I’m using Angularjs 1.6.4 with Wildfly 10 with Java 8 and SQL Server 2014. I can log in correctly, but when I update the page the session…
-
1
votes0
answers550
viewsLaravel - Help with Authentication
I’m using Laravel 5.3 and I’m having a headache with Authentication. I’m using make:auth. So far it’s simple, but let’s look at the scenario below. In my project, when I log in I send the email and…
-
1
votes1
answer594
viewsRedirect after receiving Replay from server?
I have an application that the front end is Vuejs/Quasar and the server is hapiJS. I am working on the login part and would like to know how to redirect the page after receiving confirmation from…
-
1
votes1
answer47
viewsHow do users' Sids work?
I need to implement an authentication system written in C#. NET based on users of Windows, so it will be authenticated according to some identification only of users. The problem is that the only…
-
1
votes0
answers195
viewsLaravel Password Reset is not working with Customized User model
I am trying to use the Laravel authentication system with some customizations. This is my User model: use Illuminate\Notifications\Notifiable; use Illuminate\Foundation\Auth\User as Authenticatable;…
-
1
votes1
answer928
viewsASP . NET MVC - Windows Authentication - Browser Authentication Form
I am developing an ASP . NET MVC application whose access permissions will be managed from parameters set for users on Active Directory (AD). To search for this data from AD I developed methods that…
-
1
votes1
answer489
viewsBiometrics on Android
Hello, everyone from Stackoverflow. I’m a beginner in Android development, and I just developed an application, now I want to improve it, putting as input into the same biometric system, so that has…
-
1
votes0
answers205
viewsAuthentication on a website for viewing Power BI reports
You can log in to my website and use username (or e-mail) and password to automatically log into Power BI, creating a session or using some API? I would like to incorporate Power BI reports with…
-
1
votes1
answer496
viewsSwap DEFAULT table from Laravel Framework Auth 5.8.15
Good evening, I would like to know how to use the auth of Laravel but with a different table, I saw some articles on the internet but could not change yet. I tried to overwrite the protected method…
-
0
votes1
answer251
viewsProblem with Django authentication
I’m having trouble validating the login, I’m using a legacy bank Firebird 2.5. Could someone help me?…
-
0
votes1
answer900
viewsHow to create administrator profile from that code?
How to create an administrator profile from that code, and when logging in a check is made whether you are an ordinary user or an administrator? Daousuario.java package br.edu.facema.model.dao;…
-
0
votes2
answers958
viewsNullreferenceexception in User Filter
In my project I made a filter to see if the user is already logged in. To prevent the same Log twice in the system. According to the answer to my question I make a filter class and search the ID…
-
0
votes1
answer816
viewsSecurity Authentication Token Django Rest Framework
Good guys I’m using DRF(I’m novice rs), to mount a small API. The problem comes in authentication... thinking about expanding my API to use in a mobile app in the future, I’ve been wanting to use…
-
0
votes1
answer1168
viewsPassword encryption in login
I need to create a way to encrypt my password in my system login, because I haven’t implemented this security yet and I don’t have much idea how to do this. So how could I create this encryption and…
-
0
votes0
answers131
viewsHow to use a single Larable authentication for all subdomains of the same domain?
I need to use a single authentication in a standard project, which is in the subdominio1.dominio.com.br. In this subdomain will have an authentication, and is working normally, via database 'driver'…
-
0
votes1
answer257
viewsAuthorization via token with Angularjs
I saw that to set the 'Authorization' field of the header with Angular is used: $http.defaults.headers.common.Authorization = "Bearer " + token or $http.defaults.headers.common.Authorization =…
-
0
votes0
answers253
viewsUsing Claims to replace Sessions
I am refactoring an application that I am developing, applying good practices in ASP.NET MVC, there arose a difficulty in understanding Claims and how to apply it to replace the Session use. When I…
c# asp.net-mvc-5 session authentication asp.net-identityasked 9 years, 2 months ago Anderson Souza 376 -
0
votes1
answer42
viewsFormsauthenticate + jQuery Ajax
I am creating an application that uses Formsauthenticate to log into the system. However, I would like to make a treatment so that in an ajax request (jquery) made when the user is not logged in. I…
-
0
votes1
answer1771
viewsChange authentication table, Laravel 5
I’m making a platform that will have 3 authentication systems, one for ordinary users, one for admins, and one for workers. I thought changing the model and table in config->auth would be enough…
-
0
votes0
answers218
viewsAuthentication Login Android
The app I developed for a client is composed by a native login screen and I need to authenticate the login by sending to the URL of the customer store that is in ASP the access data (user and…
-
0
votes2
answers484
viewsHow to know if user is logged in with ion-auth 2
I want to restrict access to my login system to only 1 for each login, I want my system to block access, if login is already being used on another device. What would be the best practice to do that?…
-
0
votes0
answers203
viewshtml page authentication
Worked with Webforms in visual studio, but now I will work with HTML, css, javascript I will consume a webservice with ajax, so all programming will be on the client side there will be no…
-
0
votes1
answer99
viewsJAAS Authentication and Security with Multi Module
I am working on an application with the following architecture: As you can see the system will have several modules. In Project Portal I implemented JAAS, and I’m not able to maintain authentication…
-
0
votes1
answer85
viewsHow to get gender from a Google user in an app using Firebase?
I am developing a native Android app and the way of authentication is through the Google profile. I would like to get the gender of each user, at the time of signup, to check whether it is male or…
-
0
votes1
answer924
viewsIdentity implementation in existing project - Not working
I have a project for a virtual store. The store already exists today made in ASP and I’m migrating to .net. I intend to use the authentication control itself . net, but when I started the project, I…
-
0
votes1
answer226
viewsConsumir Webservice
Hello, I have a service link http://example.meuwebservice:(port)/paraexample/ that when accessing via web browser, asks me for login and password and can result in json (only after entering username…
-
0
votes1
answer256
viewsUser authentication service for desktop applications?
I’m developing a desktop application in Delphi, but I don’t intend to build the part that controls user access by not knowing this part very well and limited time. would like to use an online…
-
0
votes1
answer1294
viewsLaravel, increase the default fields of User authentication, already ready in the Windows via Poser
Hello I wanted to increase the number of fields of the authentication form to insert new fields. use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class…
-
0
votes1
answer392
viewsAccess permission for a PHP + AD + Oracle system
Good morning, I’m new to PHP and I’m starting a system for the company I work for, generating reports. Currently my PHP code authenticates with an Active Directory normally, and when connecting, it…
-
0
votes1
answer688
viewsHow to configure Laravel’s Auth.Basic to accept another authentication field?
I’m using the Laravel 5 and I want to use the middleware auth.basic. But in my database, the table used for authentication (usuarios), doesn’t have the field email, and yes username - the standard…
-
0
votes1
answer72
viewsRetrieve Bearer Token using a Clientid and Clientsecret
Good morning, I need to make a call on an API, I own Clientid and Clientsecret, but from what I understand, I can make the calls using "Authorization bearer". My question is how I can transform the…
-
0
votes1
answer98
viewsOauth 2.0 stream for multiple API authentication using an authentication server
When logging in through my front-end layer, a request is sent to my authentication server which in turn returns a Bearer Token that may be saved to a cookie, for example. No doubt about it! My…
-
0
votes1
answer59
viewsHow Can I Download a Report? Issue of Beliefs
I am trying to download a report (SSRS). More specifically I want to keep it in a folder so I can print it out. Turns out in development I don’t have any problems downloading the report. But at…