Hello, I'm having a hard time understanding the concept of JWT Token.
- How do I use my custom log-in page to authenticate my user
- Let's say I was able to create the JWT Token, what do I do with it, and how do I use it to authenticate my user or use it to pass the doFilterInternal?
- Where do I save it or how do I get the generated token when needed or what?