Tag
jwt
3 posts
- 2021-05-08
7. Easily configure your Micronaut with MongoDB – character controller example
In the last few chapters we’ve setup a basic Micronaut project with JWT authentication against Postgres table. You can find the chapters here: The code that we’re going through will…
- 2021-05-04
6. How to easily secure and encode user credential Java
The code for this project can now be found here. Note that this repository is branched from the Micronaut template that was created in previous chapters. The original template can…
- 2021-04-26
5. Implement simple and reliable JWT authentication with Java Micronaut
In this chapter, we implement Java JWT Authentication in our Micronaut project + check against user table. You can find the summary of this post in this youtube video In…