Build auth API
This commit is contained in:
commit
dafe603a06
43 changed files with 1153 additions and 0 deletions
7
src/Robware.Auth/IUsers.cs
Normal file
7
src/Robware.Auth/IUsers.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
using System.Threading.Tasks;
|
||||
|
||||
namespace Robware.Auth {
|
||||
public interface IUsers {
|
||||
Task<User> GetByEmail(string email);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue