jsonmaur / phoenix-turnstile

Use Cloudflare Turnstile in Phoenix
https://hexdocs.pm/phoenix_turnstile
MIT License
11 stars 4 forks source link

Drop `castore` dependency when OTP 25 is the minimum supported version #1

Open jsonmaur opened 1 year ago

jsonmaur commented 1 year ago

Once OTP 25 becomes the minimum supported version, we can drop the castore dependency in favor of erlang's public_key:cacerts_get/0 function.