Fredkiss3 / gh-next

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

🔒️ make authentication work accross domains #135

Closed Fredkiss3 closed 10 months ago

Fredkiss3 commented 10 months ago

Description

This makes it possible for auth to work accross domains while making the app more resilient to CSRF attacks. I also disabled the Cache component because the hanging issue is back and in force, this will be fixed in #136

closes #133

Type of Change