Build auth API
This commit is contained in:
commit
dafe603a06
43 changed files with 1153 additions and 0 deletions
8
src/Robware.Auth.Tests/TestUser.cs
Normal file
8
src/Robware.Auth.Tests/TestUser.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Robware.Auth.Tests {
|
||||
internal class TestUser : User {
|
||||
public TestUser(string username, string password) {
|
||||
Username = username;
|
||||
Password = password;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue