cooperlyt / keycloak-phone-provider

A Keycloak provider for phone and SMS
MIT License
286 stars 159 forks source link

increase max length of ip field to support ipv6 addresses #112

Closed julianuphoff closed 3 months ago

julianuphoff commented 5 months ago

If the server and clients supports booth are using IPv6 to request a sms code, the request will fail with a database error.

Currently the Colum "IP" is limited to a length of 21. This is not sufficient for IPv6 addresses

cooperlyt commented 3 months ago

Thanks for this PR