Invalid oAuth token ?

Hi everyone,

I have

  1. setup an oAuth app,
  2. written some functions in an express api, to get the access tokens,
  3. everything works fine : i get the token + secret, get redirected to the osm login page, confirm the authorization, get back the token + verifier

but then all the attempts to connect to the api give me a 401 “Couldn’t authenticate you”

I even tried in insomnia “https://www.openstreetmap.org/api/0.6/user/details” with all the oAuth 1 variables set and still a 401

Somebody can help ?

Thanks

Please disregard, found osmlab/osm-auth (although still curious):expressionless: