You will have to look at authentication module in our code. Implement a authentication manager, whitelist sign-up, sign-up then sign-in and send a jwt token to the client. This can be done directly using cookies but this method is better in the long run and we have not worked on cookies using java.
You will have to look at authentication module in our code. Implement a authentication manager, whitelist sign-up, sign-up then sign-in and send a jwt token to the client. This can be done directly using cookies but this method is better in the long run and we have not worked on cookies using java.