I have a little problem. Our application is made with Angular5 and PHP in WebApi.
But as it's new for me, I never did authentication or routing permission. But I want to use the JWT (JSON Web Tokens) to make sessions and permissions.
Does someone have any tips or good explains on how work JWT / how it could be implemented..