Questions tagged as 'token'

0
answers

Spring Security and Shiro - How to authenticate a user in Security and pass a token to the Shiro

I have two web applications: the first web application is using Spring MVC and Security and it authenticates the user to the database. And it works very well, thanks. The second web-app is using Shiro to login user in y...
asked by 04.10.2016 / 03:26
0
answers

Foursquare application

I'm creating a foursquare application, but I'm not able to use the users/request endpoint. I would like to send a friend request via api , I know it is possible because soubeta.com can do it. I noticed the problem is in...
asked by 04.12.2015 / 03:39
1
answer

Laravel 5 - TokenMismatchException in VerifyCsrfToken.php line 67. How to solve this without using the FORM class?

I have a project in php / html and I'm moving it to laravel. Which means that a lot of things I will not create from scratch and I want to make the most of what is already written. I'm currently working with a form. In the original code it is...
asked by 02.08.2016 / 17:17
1
answer

Pick up only numbers from a String (Tokenizer)

Hello, I'm doing a project with stack and queue, and I'm in a part that I need to get the operator and put in a stack and the number in a queue. But it's not working this part to get the number, someone has a light to work, because what I used...
asked by 16.03.2017 / 23:51
1
answer

How to validate access to an API for only the licensed domain?

I'm looking for original ideas on how to validate access to an API in php for only the domain that paid the license, since SERVER['HTTP_REFERER'] is not trustworthy. I created an activation key in json and encrypted, generated a decryp...
asked by 31.10.2018 / 17:23
1
answer

Laravel 5.4 (1/1) TokenMismatchException

Locally all forms work, but when I put them online you are giving erro as if you did not have _token assigned to forms . APP_NAME=MonkStudio APP_ENV=production APP_KEY=base64:KV/4jmhU507Kse+PSbsBJPUwKd1vG2bFsLmN0lDCQoQ= APP...
asked by 09.04.2018 / 04:43
1
answer

How to use the token to validate the login of a Django Rest Framework user

Hello, I'm kind of lost as a user authentication by django-rest-framework, I was following the CodingEntrepreneurs channel tutorial in Blog API 32 video ( link ) it explains how to do user authentication via token with django-rest-jwt, but I fou...
asked by 03.09.2017 / 18:30
1
answer

How to implement an authentication service in an SOA project

I'm developing a project using SOA where I have a web application made in Angular 2 and several micro services in Spring Boot, among the services there are the authentication and notification services that could be shared among other application...
asked by 28.03.2017 / 21:46
1
answer

Security Token Authentication Django Rest Framework

Good people I'm using DRF (I'm newbie rs), to put together a small API. The problem comes in authentication ... thinking of expanding my API to use in a mobile app in the future, I've been wanting to use token authentication. It's all working fi...
asked by 23.09.2016 / 16:01
1
answer

Is there any risk in using the Django Token Generator in different services?

Assuming that I'm already using the django.contrib.auth.tokens.default_token_generator  generating tokens to reset a user's password, and  want to use the same method to activate the user, or for any other similar service, are there any o...
asked by 10.06.2016 / 01:44