aidynhillyard / grow

1 stars 0 forks source link

Implementing user session storage #1

Open MartaSien opened 2 weeks ago

MartaSien commented 2 weeks ago

Description

Implementation of user session storage to save the current game status when the browser is closed.

To do

MartaSien commented 2 weeks ago

OpenID Connect was chosen as an authentication option:

In the ongoing discussion of OIDC vs SAML, it’s essential to recognize that while both serve authentication purposes, SAML is often favored in enterprise environments, whereas OpenID Connect is more prevalent in consumer-facing applications due to its lightweight nature and support for mobile and web applications.