You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Having generated the authentication with the feathers-cli, and filled up the configuration file with auth0 details, authentication fails to happen (ie visiting /users) with the below message. Strategies are set to ["jwt"] only.
info: Feathers application started on http://localhost:3030
error: NotAuthenticated: No auth token
at new NotAuthenticated (/home/amk/Projekty/onepackgo/opg-platform/node_modules/@feathersjs/errors/lib/index.js:93:17)
at app.authenticate.then (/home/amk/Projekty/onepackgo/opg-platform/node_modules/@feathersjs/authentication/lib/hooks/authenticate.js:76:31)
at <anonymous>
What do you mean by "visiting /users"? The oAuth authentication flow will only set the feathers-jwt cookie which will in turn be used by either the @feathersjs/authentication-client or has to be set manually as the Authorization header.
Steps to reproduce
Having generated the authentication with the feathers-cli, and filled up the configuration file with auth0 details, authentication fails to happen (ie visiting /users) with the below message. Strategies are set to
["jwt"]
only.Authentication
Hooks
Package version:
The text was updated successfully, but these errors were encountered: