Questions tagged as 'login'

0
answers

Column encrypted in SQL Server?

Hello! I'm a rookie handling this type of situation. I am working with a database in SQL Server, where my application must do a login, without registration. This table has already been created and has been used by other applications. However,...
asked by 10.04.2018 / 19:15
0
answers

Phonegap login in external application (Trello)

I am developing a mobile app (android) with Phonegap, this application needs to login through Trello, for this I have the following code in Javascript that is executed when a button is pressed, $("#connectLink") .click(function(){ Trel...
asked by 04.04.2018 / 08:57
1
answer

Poblemas with the login with php

Hello my query is the following, I have this code in which there is a counter that should be increased if after making the tour of the database finds the same value entered in this case the user, the issue is that before I worked but not now and...
asked by 21.03.2018 / 16:09
0
answers

How to obtain data from a user when logged in (asp.net MVC 5)

What I want to do is basically Login and show the user the information related to something like a Dashboard. for example, when you start a session in stackoverflow, it shows you the questions you have asked ... the same thing I want to do in...
asked by 26.03.2018 / 23:30
0
answers

Google Login in .Net

I need to implement a Login button through Google and I really have a lot of dizziness between Oauth2 and Open id ... The documentation is not clear to either of them and I really just started with the implementation of Oauth2 and the theme is t...
asked by 19.02.2018 / 15:27
0
answers

Symfony3 makes me logout without me asking

Well, I have this security.yml # To get started with security, check out the documentation: # https://symfony.com/doc/current/security.html security: encoders: BackendBundle\Entity\.....: algorithm: bcrypt cost: 4 # https...
asked by 15.02.2018 / 10:56
0
answers

Auth using Facebook, in ionic 2?

I'm trying to make the facbook authentication, and it throws me an error running the application on the device. ionic cordova run android I append the string of config.xml. and the parameters of the configuration <widget id=...
asked by 07.02.2018 / 22:49
0
answers

IONIC 3 Token sha1 "unexpected"

I am trying to create my own Hash key to log in with facebook from my application in IONIC for android, and when executing the following command line it throws me an error that I do not understand: keytool -exportcert -alias androiddebugkey -k...
asked by 06.02.2018 / 14:00
1
answer

login with Google using Firebase in a Progressive Web App

Hi, I'm doing a progressive web app with Firebase and React. I am using the Google login provided by Firebase, but it does not work properly. When I login by accessing the application from the browser it works correctly, but when I access throug...
asked by 26.01.2018 / 18:44
1
answer

LocalStorage login with Phonegap

I am creating an app from 0 with phonegap, I have the login and registration created correctly, connected to the db using javascript and php. All perfect, but of course I want to start remembering that the user is logged in. The fact is that I f...
asked by 14.01.2018 / 13:53