An extension to automatically sync Flavortown devlogs into a GitHub repository.
An extension to automatically sync Flavortown devlogs into a GitHub repository.
Today I implemented Hack Club OAuth authentication to improve trust and prevent misuse in my project.
Previously, it was possible for anyone to submit projects for automation. This created several risks:
I needed a reliable way to verify that an account actually belongs to the person using it.
To address this, I integrated Hack Club OAuth into the backend.
When a user authenticates:
Because this information comes directly from Hack Club’s authentication servers, it cannot be forged by the user.
This ensures that I can verify a user’s identity instead of relying on self-reported information.
With OAuth in place:
At this stage, OAuth authentication is fully working and identity verification is in place. This lays the foundation for securing future automation features.
Next steps will build on this verified identity layer.
Log in to leave a comment