SkygearIO / features

Feature Tracking Repo for Skygear
Apache License 2.0
3 stars 12 forks source link

Support Webkit SMS OTP format #408

Open chpapa opened 4 years ago

chpapa commented 4 years ago

Description

As described in https://github.com/WebKit/explainers/tree/master/sms-one-time-code-format#proposal, Apple is proposing a SMS OTP format which is adopted by Safari, Chrome is going to adopt too.

The format is simple, it ends a SMS with

@foobar.com #747723
@[domain.name] #[OTPcode]

I think we can simply make it a default in our template?

Blog Post Specification

Blog Post of the Feature Release

Open Questions

Put a list of open questions here before a complete design / specification is decided

Related Issues