Questions tagged as 'jwt'

0
answers

Authentication in architecture Microservices with C #

How to do a user authentication using the standard API Gateway ? I've read a lot of articles but I do not find a code example using Web API 2 and the ones I saw using the net core in> only does the first authentication of the user, that i...
asked by 18.07.2018 / 13:42
0
answers

WordPress JWT Api

Opa blz? Has anyone used the "JWT Authentication for WP-API" plugin with Wordpress? I installed the plugin but when I do the post it does not recognize the route of the plugin and returns "rest_no_route"     
asked by 08.07.2018 / 17:00
1
answer

Authentication external sites

I'm using JWT to do access authentication. When I try to get a GET request from outside my system, it displays this message: codesnippetwhereImaketherequest(js):[...]varcep=this.soNumero(this.state.cep);varcepUrl='https://viacep.com.br/ws/'+...
asked by 14.06.2018 / 14:36
1
answer

Laravel 5.6 + JWT (json web token)

Good afternoon everyone, I am developing an API in Laravel and I intend to use the Json web Token to perform the authentication and management of the tokens. I read the documentation in GITHUB, but I did not understand what would be its mo...
asked by 07.05.2018 / 17:32
0
answers

NodeJS, PassportJS, or JWT Authentication in Google Cloud Functions

Hello, I would like to know if it is possible to do an authentication system using nodejs with passportjs or JWT integrated with Google Cloud Functions, I want to know exactly if doing authentication in GCF do not have to authenticate every time...
asked by 21.03.2018 / 17:19
1
answer

Problem when recovering JWT in Angular

On server-side I have a service using Spring Security and JWT for authentication and authorization, on the client side I have a SPA in Angular. The problem occurs when I try to authenticate because I get 200 as a status code, but I can not recov...
asked by 07.03.2018 / 12:34
1
answer

3-parameter Json Web Token (JWT) authentication?

I am doing a login system with Laravel using JWT, however I need to pass 3 parameters, being they an identifier, username and password. I can get these parameters but I can not authenticate with the bank. It does user verification and password,...
asked by 27.02.2018 / 16:43
0
answers

Required MultipartFile parameter 'file' is not present when I make a request for Angular 4

I can make a request to upload a file through Postman, but when I make the request of the Angular, the WARN "Required MultipartFile parameter 'file' is not present" Here's my Java API feature with Spring boot. @PostMapping public ResponseEn...
asked by 31.01.2018 / 11:43
0
answers

Get value JWTDecode.Android

I have the following JWT token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJDQVRBUFJFXHUwMGM3TyIsImF1ZCI6ImZyYW5xdWVhZG9zX3VzdWFyaW9zIiwic3ViIjoiMSIsImlhdCI6MTUxNjIxODAxNCwiZXhwIjoxNTIyMjE5ODE0LCJ1c2VyX2luZm8iOnsiaWQiOjEsImVtYWlsIjoidGVzdGV...
asked by 17.01.2018 / 21:58
0
answers

JWT doubts in practice

I created a portal where the user registers and accesses it with cpf and email. When the user enters the portal, it will have a table that will be filled according to which user just entered (there is only 1 api with data of several users), and...
asked by 19.12.2017 / 16:40