stormpath / Turnstile

An authentication framework for Swift.
Apache License 2.0
165 stars 29 forks source link

Add support for Digits Authentication #14

Closed kdawgwilk closed 7 years ago

kdawgwilk commented 7 years ago

Digits by Twitter Fabric is similar to Account Kit by Facebook

A few relevant URLs showing how it works:

How can I verify DGTSession tokens on my own server Advanced Setup - Verifying a User

It uses a technique called OAuth Echo (explained here)

edjiang commented 7 years ago

Fixed in #19