The JWT token is encoded, not encrypted, so it can be read by anyone. It can’t be edited by anyone and have it retain its validity without the secret. Sorry for the confusion. 😢 Thank you for pointing this out Virviil on reddit
@RaisBehzad Жыл бұрын
i want to become flutter developer , how and from where can i start learning flutter ?
@AlexM-ws9xh Жыл бұрын
hello, did you make a portfolio with flutter apps before you got your first job?
@codruterdei Жыл бұрын
No, actually my first Flutter job was a full project on upwork after applying to 60 listings over a week or so. It was 4 years ago and the tech was really young back then.
@pitersonfrancois3488 Жыл бұрын
Hey do you take freelancer work?
@codruterdei Жыл бұрын
I do actually. You can find my email address on my channel about section
@navirobayo Жыл бұрын
Thank you
@codruterdei Жыл бұрын
Thank you 🥳
@mikopiko Жыл бұрын
I've learned the authentication is sensitive and should be taken care of by an third-party like OAuth if you can.
@codruterdei Жыл бұрын
There are services that handle it for you. In this video we’re talking about the concepts behind everything. It’s crucial to understand the concepts even though you’re gonna use third party services.