We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0644e1d commit f846938Copy full SHA for f846938
WebApp/Controllers/ValuesController.cs
@@ -25,7 +25,6 @@ public class ValuesController : ApiController
25
[HttpGet]
26
public Object authenikait(string username, string password)
27
{
28
- //todo: is authorized already? is so then do not generate another token...
29
if (IsValidJWTToken())
30
31
// this is an odd situation - and obviously the client code (or user) is doing something that we really don't think is valid
0 commit comments