zulip / zulip-csharp

A C# library for the Zulip API
MIT License
15 stars 16 forks source link

Authentication: fetch api key with user's password #11

Open penCsharpener opened 6 years ago

penCsharpener commented 6 years ago

I saw in the ZulipClientApi repo that it seems to be possible to authenticate the user also via password. It would be good if we could integrate that features as well using the HttpClient.

The authentication object would need adjustments somewhere here and the ZulipClient as well here and there.