Skip to content

jwt-auth: 404 not found in Stand-alone mode #9817

Answered by WwwJy
WwwJy asked this question in Q&A
Discussion options

You must be logged in to vote

I solved it

The configuration that needs to be displayed is in the plugin list of config.yaml

apisix:
  config_center: yaml
  enable_admin: false
  ssl:
    listen_port:
      - 19080
  router:
    ssl: 'radixtree_sni'

plugins:
  - uri-blocker                    # priority: 2900
  - limit-count                    # priority: 1002
  - api-breaker                    # priority: 1005
  - proxy-rewrite                  # priority: 1008
  - jwt-auth
  - public-api

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by WwwJy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant