jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
762 stars 36 forks source link

OAuth2: Support password flow #223

Open Anzmann opened 2 years ago

Anzmann commented 2 years ago

Currently, Client credentials, Authorization code and Implicit flow are supported. Please add support also for password flow. The required fields would be all the fields in Client credentials flow + username & password

mcmpistachio commented 2 months ago

Any updates on including username & password in the OAuth2 auth process?