Fredkiss3 / gh-next

A minimal Github clone built on nextjs app router.
https://gh.fredkiss.dev/
MIT License
450 stars 21 forks source link

Feat: session per device #130

Closed Fredkiss3 closed 10 months ago

Fredkiss3 commented 10 months ago

Description

This PR adds the features of seeing currently active sessions, seeing where they come from and revoking some of them, Normally we'd need to add a second layer of security to the app by confirming the user's email or something, but I don't have time, another idea could be for the user to listen for new updates and automatically refresh the UI, but this might be for later.

closes #128

Type of Change