springcloudtoken问题

{"error":"unauthorized","error_description":"Full authentication is required to access this resource"}

请问这个问题该怎么解决呢?(应该是没用账户密码直接登录的)访问的时候的网址http://localhost:7070/yusp-app-single/api/demo/hello

https://blog.csdn.net/lilinoscar/article/details/78520811

https://blog.csdn.net/qq_40794266/article/details/89105390

找到你的拦截器,对于    /yusp-app-single/api/demo/hello  这个请求,予以放行。登录的是后没有token,不需要验证。

你没有登录,又不放行接口,拦截这是正常的