Daniel Reguero
Daniel Reguero
Hello! I've been following this pattern for my personal project, but I am reaching a point where I think that the controller layer (the express routes) is getting a bit...
When `alwaysIssueNewRefreshToken` is set to false, the `revokeToken()` method is never ran, and as such the `saveToken()` method is called directly without removing the older token (makes sense). So in...
https://github.com/node-oauth/node-oauth2-server See the changelog for what we did, we removed a lot of unneeded dependencies and updated dependencies that had vulnerabilities. You can still this version by running `npm i...
https://discord.gg/4HTUAcTvqV The Discord is not a replacement for the issue board, please do not use the discord for bug reporting.
We might need to create another column for this ? Where would it go ? Comments maybe ? Mhmm well create a reply at system, this will probably need to...
4chan has 15 threads per page. They have a total of 10 pages. 15*10 = 150 That means in a given board there are a total of 150 threads. Create...
Create some admin side to allow admins to delete threads/comments. The admin side will also have the power to ban users (I wonder how this could work). This admin side...
Laravel can do validation, but add jquery validation anyways. Laravel should be used in case they have javascript disabled for whatever reason.