SecondThundeR / otaquiz

Anime quiz app. Built with T3 Stack. Powered by Shikimori API
https://otaquiz.ru
MIT License
2 stars 0 forks source link

feat: add support for non-Shikimori accounts #15

Closed SecondThundeR closed 8 months ago

SecondThundeR commented 11 months ago

Currently, I don't actually know, how to proper implement this, as it would be a mess to add support for empty session on tRPC and etc.

So there is two proposals:

  1. Add more popular OAuth providers
  2. Add credentials provider
  3. (Maybe) Add support for non-authorized players with some restrictions
    • No access to history
    • Finished games will be deleted after 24 hours (In this timestamp, it would be possible to share result or/and save them after account linking)
    • etc...
SecondThundeR commented 8 months ago

Superseded by #26