Questions tagged as 'tokens'

1
answer

Add token to web service header rest angular6

Good morning, I have a rest webservice made with spring boot that works correctly when the token was sent by postman but when sending it from my front it does not work correctly, it showed that the token sent from another application travels...
asked by 20.12.2018 / 15:58
0
answers

Login error with Laravel Vue with JWT

I have an error when logging in my login, I created the account in my registry but when I put the data, I sent an error on my token, that happens when I create my accounts because the first account I made Log me in. When I log in, I get this...
asked by 05.12.2018 / 19:51
1
answer

Confirm of received (Email)

As I can do to add a link in an Email , in which, when the recipient click , open a page with a message and I am notified . I will try to explain a little better. At my university, when they send us an email, at the end is a link , when...
asked by 15.10.2018 / 00:31
0
answers

Generation of tokens in cpp circular alphabet spaces error

I'm having a problem with a program in cpp that when the user enters a number greater than 3 or that enters 4 or 5 when the letter c is greater az does not return to the letter to bone does not subtract the numbers just like indicate in the code...
asked by 03.11.2018 / 03:15
0
answers

What is the process of the token once authorized?

I have a question on the server side, I am creating an api and it is the first time that I have to implement token in header of Authorization . But ... what process is followed for this? that is, I receive the user token and I look for it...
asked by 23.08.2018 / 05:44
0
answers

access to order form in php online store

Good friends, I have a question about the tokens. Is it possible to access an order form in an online store with a token to access the order basket automatically with curl php? Thanks     
asked by 03.06.2018 / 15:25
1
answer

Consume Api rest with Visual Basic.net

beforehand thanks for any help, I would like to consume an api rest that has authentication OAuth2.0 ie by token. I would like to begin is to be able to make the request post to the url sending the credentials but I have no idea how to do it...
asked by 28.05.2018 / 04:22
0
answers

Verify token expiration in servlet

First time I'm in the tokens, I'm using jwt in java. I manage to generate the token without problems, I send it as a parameter to a servlet through a url and I show it. What is not done, is how I should verify that the token has not expired....
asked by 01.05.2018 / 18:42
0
answers

how to send a token per head to a webservice in swift 4?

I have a code to send data to a web service that supposedly sends the token, but apparently it is wrong because the token does not reach the server, I hope you can help me. my code is this: let token = "eyJ0enssnsuwew" let url = URL(...
asked by 22.03.2018 / 17:39
0
answers

get an access token with laravel

I have a problem getting the access token for my api with laravel. I follow the steps they tell me but when I request it, through postman, the answer is that it is not valid. I use a grant_type, client_id, client_secret and a user that exists. A...
asked by 19.03.2018 / 17:34