cheungt6 / public

Public samples
GNU General Public License v3.0
43 stars 13 forks source link

What happens if the user use a new device? #2

Open wemow opened 3 years ago

wemow commented 3 years ago

Looking roughly at the code it seems that if an user had previously signed in with a provider (say Apple) the next time it tries to login from another device, it will be unable to, what are your thoughts?

cheungt6 commented 1 year ago

hi sorry this stuff is experimental and unsupported. i agree that this does not work cross platform. you would probably want to implement a backend server as the storage but then you have to deal with another level of auth and added points of failure. happy for you to raise a PR if you would like :)