Closed sansmoraxz closed 5 months ago
I would suggest dropping cognitojwt
and using jose
directly.
WDYT @markomirosavljev?
Hello, thank you for contribution and proposal for this great features. Currently I don't have enough time to work on this but I hope that i next couple days I will go through changes and review everything.
I would suggest dropping
cognitojwt
and usingjose
directly.WDYT @markomirosavljev?
This would be great since it's not maintained anymore.
There are missing validations for the token.
For example:
These are not covered by the dependent
cognitojwt
which has not been updated for 3 years.Additionally id tokens have different format than access_token.
Enabling support for both and adding some hooks for custom logic (such as federated logins) would be ideal.