Ianleeclark / Paseto

An Elixir implementation of Paseto (Platform-Agnostic Security Tokens)
Other
95 stars 8 forks source link

V3, V4 support #76

Open andrejj opened 1 year ago

andrejj commented 1 year ago

Not an issue but a question.

A PHP app communicating with our Elixir app wants to upgrade to paseto V3. Due to some dependency updates they need to update their PHP paseto package which includes compatible dependencies but is dropping support for V1 and V2.

Are there any intentions to bring V3 and V4 support into this package?

Ianleeclark commented 1 year ago

Yes it is planned, but at the Moment im not sure when i will get to it. PRs are welcome

-------- Original-Nachricht -------- Am 10. Okt. 2022, 16:07, schrieb Andrej Jančič :

Not an issue but a question.

A PHP app communicating with our Elixir app wants to upgrade to paseto V3. Due to some dependency updates they need to update their PHP paseto package which includes compatible dependencies but is dropping support for V1 and V2.

Are there any intentions to bring V3 and V4 support into this package?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Nezteb commented 8 months ago

Where is the best place to start if looking to contribute to V3/V4 implementations?