micronaut-guides icon indicating copy to clipboard operation
micronaut-guides copied to clipboard

Session authentication example without views

Open ArthurHarkivsky opened this issue 1 year ago • 0 comments

Hello!

I will tell once more, Micronaut is EXTRA great.

Docs and examples are numerous, but sometimes are not clear.

I've spent 2 days to find a good example for JWT auth with sign in and sign up endpoints.

This example is detailed, but contains views. I removed views, but have 401 for sign up endpoint. https://github.com/micronaut-projects/micronaut-guides/tree/master/guides/micronaut-security-session-database-authentication

And 401 for all other examples for sign up or secured urls.


So, please, add fine examples with docs with curls - what and how to call.

Let's make great framework more popular. Huge job is already done by your team.

JWT + JPA or JDBC with Postgres + signup, signin and signout urls + DOCS with curls = the best example.
80% of people will not use framework if 20% of info is not clear. Or even 5% is not clear (5, but important, like case "JWT +...").

ArthurHarkivsky avatar Dec 03 '23 23:12 ArthurHarkivsky