Open yusrenaltair opened 3 years ago
If you'd like to see a fork of this with a middleware example securing some pages take a look at https://github.com/pilotso11/fiber-boilerplate
This also uses OAUTH2 integration for users as well as the internal DB and adds some additional boilerplate I found useful.
Looks like authentication for api routes is not implemented. ex: api/v1/users will display all users without restrictions even though they are not logged in