WICG / dbsc

Other
322 stars 24 forks source link

Login Status API? #32

Open dickhardt opened 7 months ago

dickhardt commented 7 months ago

It looks like there was thought to have a Login Status API?

https://github.com/WICG/dbsc?tab=readme-ov-file#login-status-api

This seems like it could be useful for web frameworks that have a login status in their API.

arnar commented 7 months ago

Oh that's an empty section - we'll fix that!

The API proposal this is referring to is https://github.com/privacycg/is-logged-in. The only caveat (which we should document) is that currently DBSC doesn't limit itself to only sessions that represent "a user is logged in", instead leaving the "meaning" of a session for the website to define.