Synergex/HarmonyCore

Enabling Authentication and Custom Authentication does not generate model or controller files.

tscaff opened this issue · 2 comments

I am attempting to regenerate Harmony Core with Authentication enabled to provide the ability for JWT token generation and authentication

"Authentication": true,
"CustomAuthentication": true,

When I do the CLI harmonycore regen command, I do not see the AuthenticationModels.dbl, AuthenticationController.dbl or AuthenticationTools.dbl files being generated.

We currently do not have OData enabled and do not intend to enable it at this time. I hope that that is not required for this.

Have I missed a setting somewhere?

@hippiehunter thanks for the code that you mentioned Matt had fixed the implementation to generator JWT authorization code and tagging. That worked perfectly! Thanks for the great help! Cheers!