Base solution for your next web application
Open Closed

TokenAuth methods are not displayed in swagger #9123


User avatar
0
mahendra created

Hi Experts,

We are using ASP.NET CORE + ANGULAR boilerplate project.

TokenAuth methods are not displayed in swagger.

Due to which Angular project is not getting compliled.

Could you please guide us what could be missing.

Any help would be much appreciated.

Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mahendra,

    This might be related to a document filter for swagger. Did you write any custom filter like that ?

  • User Avatar
    0
    mahendra created

    No, We have not written any custom filter.

    Could you please guide us how can we debug this issue.

    Kind Regards

  • User Avatar
    0
    maliming created
    Support Team

    hi @mahendra

    Try add AbpZeroTemplateWebCoreModule to ApplicationPart. https://github.com/aspnetzero/aspnet-zero-core/pull/2836