-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public_key
deprecations in OTP 27.0
#168
Comments
public_key
deprecations in OTP master
public_key
deprecations in OTP 27.0
I went to check It seems like the functions were deprecated without a replacement: Commit: erlang/otp@1e8d904#diff-be09f175079f98e5baaee4302d27de2632a80105c41430ed6352e785d27f62f4 The docs quote security reasons:
|
Current state of discussions about the depreciation: https://erlangforums.com/t/security-working-group-minutes/3451/6?u=maennchen |
Considering that the compilation warning will remain there, and there is no alternative, and Jose really requires that feature, I guess it makes sense to disable Line 5 in eb6de2c
|
Erlang Workaround for now:
{overrides, [
{override, jose, [{erl_opts, []}]}
]}. |
Will be undeprecated in OTP 27.1: erlang/otp#8700 |
See: https://github.com/erlef/oidcc_cowboy/actions/runs/9034558041/job/24963222738?pr=33
The text was updated successfully, but these errors were encountered: