Felipe Barbosa

Results 32 comments of Felipe Barbosa

I recommend Caddy for HTTPS: https://hub.docker.com/r/abiosoft/caddy/

> _try the following. It works in my application_ > > $this->jwt->parseToken()->invalidate(); Thanks @padmaruban for your help, I tested your code but it didn't work for me. How did you...

I made a new attempt, follow below code snippet: ```php $token = $this->jwt->parseToken(); $token->invalidate(); ``` And that didn't work for me either.

@padmaruban bellow my controller code: ```php

@tymondesigns can you help me?

> @tymondesigns can you help me? @tymondesigns ?

@zu007 No, can you help me?

I will use this code and put the result here

> Auth::logout(); Working > $this->jwt->invalidate($this->jwt->getToken()); Working > $this->jwt->parseToken()->invalidate(); Working > These 3 statement one by one test. they are destroy token..Successfully logout Perform Hello, Sorry for the delay in posting,...