secs-dev / itmo-dating

Dating Service for ITMO students.
MIT License
0 stars 0 forks source link

Add authentication and authorization #17

Open vityaman opened 6 days ago

vityaman commented 6 days ago

We want to use JWT for token based auth.

Also we need to think about theoretically supporting multiple login methods: Yandex ID, ITMO ID, Telegram (for bot).

References

Parent

Depends on

vityaman commented 6 days ago

@Kimiega, what do you think about using Yandex ID for authentication? It should be slightly more secure and trusted by users, than to store login and passwords here.