Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Twilio #112

Closed QuinnBast closed 1 year ago

QuinnBast commented 1 year ago

Description

Adds in Phone number validation to the server.

If phone number validation is disabled, all accounts will get the "PhoneVerified" role automatically when they register and will not be required to verify their account with a 6 digit code.

If phone number validation is enabled, the input phone number is validated & verified, and then, if the number is valid, a 6 digit pin is sent to their phone number. The user must verify the pin code in order to participate in any online games.

Closes #100