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…
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 https://www.youtube.com/watch?v=acAFcDWuxhI…
Previous chapter showed how to implement Rails with AWS Cognito. This chapter will focus on how you can communicate with your backend for authentication purposes. Note that there are many…