EduardvonBriesen / mememuc

Launcher project for the MemeMuc bonus project of OMM WS22/23
1 stars 2 forks source link

Authentication #12

Closed EduardvonBriesen closed 8 months ago

EduardvonBriesen commented 10 months ago

Here, you should implement some possibility for the user to identify themselves, e.g., the user can always upload under the same username.

  1. Basic: Anything that does the above. Does not need to be secure, i.e., it is okay if users could upload under a different name.
  2. Intermediate: Make it secure, i.e., require a password to login with a specific username/email address.
  3. Advanced: Integrate a third party service(s) to authenticate users, e.g., google/Facebook/steam/etc.
EduardvonBriesen commented 10 months ago

https://www.passportjs.org/

EduardvonBriesen commented 10 months ago

Target: Advanced

IIShortyII commented 9 months ago
  1. Registration
  2. New User in DB anlegene
  3. Authentification methods