sniner / docuware-client

A Python client library for the REST API of DocuWare's DMS
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

OAuth2 Implementation #6

Open lukemmolnar opened 1 month ago

lukemmolnar commented 1 month ago

DocuWare has announced it will no longer allow authentication from third-party applications using cookies. Are there plans to implement OAuth2?

sniner commented 1 month ago

Hi @lukemmolnar

Thanks for reaching out with the issue. Someone had already pointed out to me that authentication is changing to OAuth2 starting with version 7.11. However, I’m not sure if the current method using session cookies will be discontinued as well.

Unfortunately, I likely won’t have access to a 7.11 installation for quite some time, so it’s difficult for me to implement OAuth2 at the moment. Maybe someone with access to that version can step in and submit a pull request for OAuth2.