How to integrate my own auth API to meteor login system?

Hello everyone
I have an auth API written in Python (token based), how can I connect meteor login system (accounts package) to my own auth API?
Thanks.

Not sure if I understand the question correctly, but if you are looking to to expose Meteor’s account system with an token based API, you get it out of the box if you use this package: https://github.com/kahmali/meteor-restivus