katarinasvedman-ms / agent-test

Testing the AI dev team repo
0 stars 0 forks source link

Developer.Implement chain for #150 #160

Closed agent-app-kapeltol[bot] closed 6 months ago

agent-app-kapeltol[bot] commented 6 months ago

Write the C# code using .NET Core to create the user registration and login endpoints. The registration endpoint should accept username, password and email as input and return a success message upon successful registration. The login endpoint should accept username and password as input and return a JWT token upon successful authentication.