firecamp-dev / firecamp

Developer-first OpenSource API DevTool, Postman/Insomnia alternative.
https://firecamp.dev
GNU Affero General Public License v3.0
1.92k stars 122 forks source link

feat: Implement secure desktop authentication flow #152

Open Nishchit14 opened 10 months ago

Nishchit14 commented 10 months ago

The web auths flow uses secure and httpOnly cookies for authentication, but this is not sufficient for desktop apps that require a more advanced auth flow.

This issue is to implement a smooth and secure desktop authentication experience:

Considerations:

This should provide a seamless authenticated experience for desktop app users.