Here's a quick update from my side (Role 1).
The Gateway is Live
I've got the "brain" of our project, the gateway.py server, fully built and tested.
- The FastAPI endpoint is up and running.
- I successfully integrated the Auth0 (OAuth 2.0) logic. Instead of just faking it with our own tokens, our gateway is now verifying real identity tokens against Auth0's servers.
- It's correctly checking the token's permissions (scopes) and sorting "Heart Monitor" traffic from "Hacked TV" traffic.
- It's also logging every single attempt (
GRANTED,DENIED_POLICY,DENIED_SPOOFING) to thelog.txtfile, so Role 3 (Dashboard) should be able to see all the data coming in now.
I'm ready to git clone this into the VM-Gateway as soon as the network is up.
Log in or sign up for Devpost to join the conversation.