TeamWanari / tutelar

A micro-service for authentication.
9 stars 8 forks source link

Hook service support custom header auth #30

Closed Ksisu closed 4 years ago

Ksisu commented 5 years ago

Tutelar optionally calls an other application when a user register/login/removed etc. This calls are implemented in the HookService. The other application maybe require authenticating somehow. Currently we support Basic and Escher authentication.

The issue is implementing a third often used auth method: custom header with secret token.

hints:

l4ty4k commented 5 years ago

Hey, I'd like to pick this issue.

pogiedoge commented 4 years ago

Pls, assign this issue to me.