inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Authentication #193

Closed DS1705 closed 8 months ago

DS1705 commented 1 year ago

is there a way to use inventree authentication in my own project?

SchrodingersGat commented 1 year ago

There were some discussions about implementing something like this, I think @matmair would be a better person to make a claim on this?

matmair commented 1 year ago

There have been discussions about that @DS1705; the gist of it is that InvenTree was not designed to be an identity provider and lacks certain features needed for it (banning/blocking, throttling, multi-token, token permissions, scopes outside of InvenTree). Getting InvenTree to serve as an OIDC/oAuth IDP is possible via a plugin - I would not recommend to do it.