Skip to content

Is it possible to have multiple authentication with different table/collection #2624

Answered by daffl
Rem0ld asked this question in Q&A
Discussion options

You must be logged in to vote

The format for the authenticate hook to use a different authentication service (https://docs.feathersjs.com/api/authentication/hook.html#authenticate-options) is:

authenticate({
  strategies: [ 'jwt' ],
  service: 'talent-authentication'
})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Rem0ld
Comment options

@Rem0ld
Comment options

Answer selected by Rem0ld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants