Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 8c45ccb0

Přidáno uživatelem hrubyjar před asi 2 roky(ů)

Token management implemented, redirections

Zobrazit rozdíly:

Backend/Core/Services/AuthService/AuthService.cs
15 15
        this.jwtUtils = jwtUtils;
16 16
    }
17 17

  
18
    public LoginResponse? Login(string username, string password)
18
    public LoginResponse? Index(string username, string password)
19 19
    {
20 20
        var user = userService.CheckUsernamePassword(username, password);
21 21

  

Také k dispozici: Unified diff