DEV Community

Discussion on: Auth Web Microservice with rust using Actix-Web - Complete Tutorial Part 2

Collapse
 
amitayadav profile image
amitayadav

Hey Harry,
I have read your blog, its nice.
I am also working on authentication & successfully generated token. While decoding, I am getting 'InvalidToken' every time.
My approach is very simple, doesn't using any middleware. Just creating token in POST request and passing that token in header of GET request.
Please help me out.
Thanks

Collapse
 
mygnu profile image
Harry Gill

Hi Amitya,
I'm sorry I havn't logged in here for a while, I will be publishing a new version with using actix-web 1.0 soon on my website gill.net.in