hmtj99 / PollKaro

A one stop solution for all your instant polling needs.
1 stars 5 forks source link

Add a Authentication System to the app #4

Open hmtj99 opened 4 years ago

hmtj99 commented 4 years ago

Right now the app merely asks for a code of a poll and lets you vote, But this does not stop any random person from voting on the poll and does not prevent the same person from voting repeatedly.

An Authentication system needs to be added to solve these issues:-

  1. Authentication needs to be done using Google OAuth.
  2. Users should be able to Sign In and create new polls.
  3. Users should not be able to vote on a poll without signing in.
  4. The browser session must be stored so that the user doesn't need to log in again and again.
hmtj99 commented 3 years ago

The app also needs to keep a track of the polls created by users and the polls in which the users participated.

shubhamcodez commented 3 years ago

Is this issue open for anyone?

hmtj99 commented 3 years ago

I am sorry but this project is part of the Semester Long Projects Initiative by DSC-DAIICT, All the issues on this project are only open for the participants of this event.