JetBrains / YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.
https://www.jetbrains.com/youtrack
Apache License 2.0
135 stars 105 forks source link

Allow authentication via NetworkCredentials #18

Closed manbearwiz closed 11 years ago

manbearwiz commented 11 years ago

Added method, and tests, to authenticate using System.Net.NetworkCredentials. Has the added bonus of allowing users to authenticate with a SecureString from a password box.