micronaut-projects / micronaut-security

The official Micronaut security solution
Apache License 2.0
166 stars 122 forks source link

Support Paseto tokens #504

Open sdelamo opened 3 years ago

sdelamo commented 3 years ago

Support Platform Agnostic SEcurity TOkens (PASETO) . Probably using JPaseto

See Introducing JPaseto

Introductory video:

https://www.youtube.com/watch?v=Ai7PVLl4Wng

utsav0209 commented 2 years ago

Hi @sdelamo, I know this is a big feature and would take some time but I would like to give it a shot if its up for picking?

sdelamo commented 2 years ago

sure, happy to collaborate with you. It requires a new submodule security-paseto. I suspect the development of this module will show us that we are coupled to JWT more than we suspect.

@utsav0209 I would recommend you to start with a small PR and we can improve with iterations.

utsav0209 commented 2 years ago

Hi @sdelamo , I have started with basic configuration for the submodule, let me create a PR just for your reference.