Hacker News new | ask | show | jobs
Show HN: Kotlin-tutorial for securing a REST API (javalin.io)
3 points by javalin 3215 days ago
1 comments

I recently finished writing a tutorial on using the AccessManager interface in Javalin (https://javalin.io/documentation#access-manager).

I haven't seen auth solved this way in any other library/framework, so it would be great to get some feedback (both on the tutorial, and the concept of the AccessManager interface itself).