Questions tagged as 'token'

0
answers

InvalidRegistration when sending push notification with spring boot

Good morning! I have an implementation of an API that when performing certain function, a call is sent to the Firebase and generated a notification in the application. Well, I researched and implemented based on this tutorial: Tutorial link...
asked by 15.03.2018 / 15:51
0
answers

Error passport-http-bearer, can not read property 'realm' of undefined

I'm doing a login system, however it's giving an error inside the passport-http-bearer module. Cannot read property 'realm' of undefined this._realm = options.realm || 'Users'; Project in Node.Js     
asked by 30.01.2018 / 20:45
1
answer

Login to Swift Authorization

I'm consuming data from a certain API to login, it returns me the% correct access%, and if instead returns ERROR , but I can not do move to another screen if the fields are filled correctly, follow the API code below: let postString = "usua...
asked by 18.09.2017 / 18:10
1
answer

How do I persist and update Google's oauth 2.0 Token Access?

I have a Google Analytics account and need Token Access to make some requests that return data from my account. Whenever I use oauth to authenticate it works fine, however, when I change pages my Token data will disappear. I have already stored...
asked by 14.09.2017 / 21:02
0
answers

CSRF Token is only valid after first ajax request

I am building a login system via ajax and using a token, saving in a SESSION , passed by javascript, the idea is that every page reload is created a new token to avoid brute-force and etc, but as I am sending via ajax, the token is only valid o...
asked by 10.08.2017 / 01:40
2
answers

Laravel 5.1 problems with csrf_token

I have a problem in my site made in laravel, the following happens my application in laravel is not returning the Session Token that would be {{ csrf_token() }} when I perform an action like registering or logging the same I return the fo...
asked by 17.05.2017 / 14:40
2
answers

Pass Token by the header to each request AngularJS (Authorization)

I have the interface-factory.js file that is my factory app.factory('interfaceAPI', function ($http) { var _getInterface = function () { return $http.get("/api/interfaceapi/getall"); }; var _postInterface = function (objeto) { return...
asked by 16.03.2017 / 14:53
1
answer

What is the best method of using SharedPreferences?

I have an application with a webview in which it returns a Token when the user logs in. I need to save the user information to auto-login the next time it logs in, I plan to do this using the CheckBox. After researching a lot, I saw that the bes...
asked by 16.02.2017 / 12:55
0
answers

Problem in managerengine xml

Hello, <operation name="GET_REQUESTS"> <result> <status>Failed</status> <message>POST_ONLY_URL</message> <error_code>4001</error_code> </result> </operation> link Does anyone...
asked by 08.12.2016 / 16:57
1
answer

Error generating E-mail Confirmation Token in Asp.MVC

I made an application that uses the Asp.Net MVC login system. I tried locally sending the token for email confirmation and it works perfectly, but when I went to Azure in WebApp in the free account for testing purposes I always get this error wh...
asked by 31.05.2016 / 14:49