You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make using pipes more natural with Elixir, I suggest that the first argument of signature and encryptions functions become the JWT to be signed or encrypted in the next version. It seems to me that it is a common practice in the Elixir community to have the subject of the operation as the first parameter of the function. It'd allow writing:
To make using pipes more natural with Elixir, I suggest that the first argument of signature and encryptions functions become the JWT to be signed or encrypted in the next version. It seems to me that it is a common practice in the Elixir community to have the subject of the operation as the first parameter of the function. It'd allow writing:
The text was updated successfully, but these errors were encountered: