j-toscani / doppelkopf

German card game in the Browser
0 stars 0 forks source link

Add Authentication and Authorisation checks to routes #42

Open j-toscani opened 7 months ago

j-toscani commented 7 months ago

Description (five sentences max.) I do not want everybody to be able to do everything. In order to protect routes, data, and users I need to implement route middleware for authorisation and authentication checks.

Possible implementation Optional and mostly for discussion.

Acceptance Criteria

Out of Scope

Document optional improvements Optional. Could lead to a better feature.

j-toscani commented 3 weeks ago

I want to implement WebAuthN. As this is totally different from JWTs - which I am used to using, I will also add an example implementation of WebAuthN. Hence, this Issue will Blow up and it will be structured into the following tasks: