Integration with full stack app #52
-
Hello everyone, I'm interested in exploring how to integrate Google Chrome's Device Bound Session Credentials (DBSC) into a PoC, to test this. Specifically, I aim to use React for the frontend and Node.js for the backend, leveraging DBSC for secure session management. However, I'm not sure how to approach the integration process effectively. Here are some specific questions I have:
Any insights, tips, or resources on these topics would be greatly appreciated. I'm excited to learn more about DBSC and explore its capabilities in my project. Thank you in advance for your assistance! Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @LanderDK, While Device Bound Session Credentials (DBSC) offers a promising approach for securing user sessions, it's still in an early development stage. This means that creating a proof of concept (PoC) right now might be impractical. There are two Chrome flags you can enable to experiment with DBSC:
However, if you're still keen on experimenting with DBSC, these Chrome flags can provide a starting point for your exploration. Even if you encounter challenges due to DBSC's developmental stage, creating a PoC could be a valuable learning experience. If you do build one, I'd love to see it! If you'd like to discuss this further, feel free to reach out. Best regards, |
Beta Was this translation helpful? Give feedback.
Hi @LanderDK,
While Device Bound Session Credentials (DBSC) offers a promising approach for securing user sessions, it's still in an early development stage. This means that creating a proof of concept (PoC) right now might be impractical.
There are two Chrome flags you can enable to experiment with DBSC:
chrome://flags/#enable-bound-session-credentials
andchrome://flags/#enable-bound-session-credentials-software-keys-for-manual-testing
. However, implementing a proof of concept right now might be challenging due to a few reasons: