Javascript – Is it allowed to use an IPv4 as rp_id in webauthn credential creation options?
I am writing a webauthn demonstrator following https://webauthn.guide, and it works well when I host my frontend on https://localhost:4200.' However, if I host the angular frontend to my local network, and replace rp_id='localhost' with the ip address I can open…