Questions tagged as 'login'

2
answers

What do I save in a login session?

I am developing a login system in PHP and MySQL for an administration panel, and I have seen many "secure" login systems where they store the user login or password in the session, when they are not both or until all the user logged in data....
asked by 02.11.2014 / 13:32
2
answers

What is the best way to sign in with Angularjs?

In an app using AngularJS and Ionic, what is the best way to authenticate to an API? Do I check login on all screens or do I use some session engine? I guess authentication on all controllers may consume too much data ... What is the best way...
asked by 06.02.2016 / 19:43
1
answer

Block direct access to a page

Good afternoon, I'm developing a PHP site in which there is a login screen, which redirects to the admin screen, but if I try to access the admin screen directly through the url, it opens normally. I'd like to block this direct access through...
asked by 07.10.2015 / 19:17
1
answer

"keep connected" / "remind me" option in login screens

I'm implementing a login screen and my client asked to add a "Keep Connected" checkbox below the login credentials. Ok, adding is easy. But what is the correct behavior for this functionality? Is there any default behavior for these cas...
asked by 06.09.2015 / 06:15
1
answer

How can a WEB application that uses OAuth for authentication manage the user session?

Usually sessions are used to maintain data of a certain user after he has logged into the WEB application, and it is the WEB application that is responsible for the control and management of this data stored in the session. It can use this to id...
asked by 12.06.2017 / 20:22
2
answers

Login to facebook using custom button

In a project I'm doing, I have to log in through Facebook. I'm already getting that, however, I only get this for LoginButton of the Facebook SDK itself using these methods: private static final List<String> PERMISSIONS = Array...
asked by 15.04.2015 / 18:26
3
answers

How do I log in to a desktop application via a web application?

I have a web application developed with ASP.NET MVC and login by storing the data in the Session. I have another application, but desktop, which does some tasks that can not be done on the web, but this application needs to be authenticated w...
asked by 18.02.2016 / 14:24
1
answer

How to convert Python encryption to PHP?

I would like to know if it is possible to convert this encryption to the PHP language, I need to convert the passwords that were generated to be accepted in my Login system on the site, but I do not know how to do it. I have a database with p...
asked by 10.08.2017 / 14:19
4
answers

Login condition with user or email in the same field

I am creating a system for schools, where the teacher, when registering, inserts data such as name, email, user and password. So far the teacher can log in with email, but I wish I could login with the name too (I made changes but this is giving...
asked by 09.05.2018 / 15:45
2
answers

Best / Safe way to transfer sensitive data to an android application via JSON

I am trying to develop an application for android that will work with a database in this case MySQL and I was thinking of doing communication between the database and the application via JSON the data would have to be transferred over SSL but ev...
asked by 10.07.2014 / 18:08