Oh, I use model and controller package. Do you keep structs inside model package or structs with DB operations ?
Did you set PermitRootLogin no to /etc/ssh/sshd_config ?
With the REST API + REACTJS, is simple JWT good option to implement or Oauth ?
What would be the benefits of using Oauth over jwt ?
I am not understanding what does this mean : RewriteRule ^/?products/([^/]+)/?$ products-cat.php?id=$1 [L,QSA] RewriteRule ^/?products/([^/]+)/([^/]+)/?$ product-detail.php?id...
Hi guys, Where do we keep REST API Middleware package under in this layout ? https://github.com/golang-standards/project-layout
Ok, so for the user authentication with roles, you recommend session based authentication right ?
could you share your code structure too ? I'm more confused and interested on it ATM .
Is there any good code structure that we can implement with gin + gorm for REST API ?
Can you share your code structure if you have a project on gorm+gin for rest API ?
But how would auth work in case of rest with ReactJS spa without even jwt ??
How about combo of jwt and session ? Is it possible with REACTJS and REST ?
Hi there, I have data like, [2,2.3,,23,,,,3.2,3] How do I replace those blank data ie ,, into None ? #fixed
How do we upsert a struct data into MongoDB ?
Hi all, has anyone used https://github.com/elazarl/goproxy/ ?
hello guys does anyone here to graphics with turtle ? Is there any way to create input box which accepts input in GUI form with turtle ?
Do you use simple JWT Auth or Oauth ?
Danny Can you send me a diagram or architecture how you are doing ? are you using a decorator or middleware ?
Ok which webserver are you running ?
Do you have a control panel ?