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
Can still use the single secret system, but copy the webtoken method from lx-back-end so that every request doesn't have if(!secret || secret != process.env.SECRET) in it
The text was updated successfully, but these errors were encountered:
lin-d-hop
changed the title
Use standard auth like on the lx backend
[Backsearch P1]Use standard auth like on the lx backend
Nov 30, 2023
@lin-d-hop What's you reason for making this a P1?
IMO this is very minor and can wait, since it doesn't make any difference to users (it isn't a security concern) and not much difference to us as developers, since the service only has 2 routes anyway. The change isn't trivial and using webtokens actually complicates things a bit
Can still use the single secret system, but copy the webtoken method from lx-back-end so that every request doesn't have
if(!secret || secret != process.env.SECRET)
in itThe text was updated successfully, but these errors were encountered: