supertokens / supertokens-website

Frontend SDK for SuperTokens - for session management + automatically refreshing sessions
https://supertokens.com
Other
54 stars 13 forks source link

Listen on IPv4 and IPv6 adapters #65

Closed seniorquico closed 3 years ago

seniorquico commented 3 years ago

Listening on 0.0.0.0 explicitly binds to IPv4. However, listening on :: binds to both IPv4 and IPv6. On my network, localhost.org resolved to ::1 by default.

Note: I don't have an IPv4-only network on which to test this change. I cannot verify that it doesn't break IPv4-only usage scenarios.

rishabhpoddar commented 3 years ago

Thanks for this PR @seniorquico . I have also added you as a contributor in the supertokens-core readme :)