Skip to content

Commit 4b95286

Browse files
committed
mark basic auth as obsolete.
1 parent 2fb376a commit 4b95286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RedditSharp/Reddit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public Reddit(DefaultWebAgent.RateLimitMode limitMode, bool useSsl = true)
121121
/// <param name="username"></param>
122122
/// <param name="password"></param>
123123
/// <param name="useSsl"></param>
124-
[Obsolete]
124+
[Obsolete("OAuth is recommended.", false)]
125125
public Reddit(string username, string password, bool useSsl = true)
126126
: this(useSsl)
127127
{

0 commit comments

Comments
 (0)