Skip to content

Getting 401 unauthorized when passing token on multiple services #79

@yieniggu

Description

@yieniggu

Currently I have 2 services:

  • One handles auth logic and generates the jwt using postgres
  • The other handles app data logic and is protected using the same token secret (currently uses mongo)

Somehow I end up getting error 401 unauthorized when passing the tokens from one service to another, why is this happening?

I'm just wondering why it behaves like this. Although the easiest way is to implement an api gateway to solve this, I'd like to know if theres something wrong with my approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions