Questions tagged as 'oauth'

0
answers

OAuth authentication does not work in azure function

I created a webhost selfhost and I used OAuth to generate an authentication token, it worked as a console application but when I try to create a function in Azure it only returns server error (500) My Startup.cs public void Configuratio...
asked by 11.06.2018 / 20:09
0
answers

Disconnect User Logged in with OAuth Facebook, Google and Twitter

When the user asks to disconnect from my application of one of these social networks: Facebook , Google or Twitter , is it necessary to send some type of request to API? Or can I just flag a flag as disconnected in my datab...
asked by 09.12.2016 / 19:50
1
answer

Ideas for saving user access

I'm using the google API on my site. When the user grants authorization to use his account, google returns me two tokens: a token that I use as "password" to post on behalf of the user and that expires in 1 hour and a second fixed token that I u...
asked by 01.10.2016 / 04:02
1
answer

Login OAuth does not work on mobile devices

I created my OAuth login system with php that normally works by accessing the computer, but by testing it on my mobile phone for error, it says that my url is not authorized in both facebook login and google login. Remembering that my site does...
asked by 08.08.2016 / 03:10
0
answers

Delphi - OAuth Authentication 1.0 - WooCommerce Api Rest [closed]

Hello, I'm trying to do a 'POST' in the WooCommerce Rest API using Delphi. I've done several tests using a lib. which I downloaded on link but without success. So, since there is now the 'RestClient' palette, I have tried with 'TRestClient', '...
asked by 26.10.2015 / 15:00
1
answer

How to handle security in a REST application with Spring?

I'd like to know how I could handle the security of a stateless REST application with Spring. Imagine that no user can access any content of /app/content if you have not first identified. Is there any way to do this without also having...
asked by 08.10.2014 / 19:23
1
answer

Authentication via OAuth vs. conventional login system. Which one to use?

Imagine the following scenario:    You are putting together a project where anyone can register with basic data (name, photo, age) to use your product. And since it's on the internet, there's no way to predict the number of potential users th...
asked by 06.05.2014 / 17:11
1
answer

Problems updating the access token

I am authenticating to the Google Calendar API using Scribe, which once uses OAuth 2.0. Authentication completes successfully but I do not know how to store the access token in the database. I'm doing the following: /*Obter o API USER TOKEN e...
asked by 07.12.2014 / 02:34
1
answer

How to authenticate in a site via server?

There is a login area on this website " link " and would like to know if it is possible to log in via .NET or via client using post or something.     
asked by 26.02.2014 / 23:49
1
answer

How does application integration work on social networks?

It has become increasingly common to integrate applications of various types into social networks, such as Facebook, Twitter and even Github. I wanted to understand how this integration works. Gitter for example allows chat interaction in Github...
asked by 11.05.2015 / 16:39