session creation
This commit is contained in:
parent
534c282226
commit
4b87b560ac
12 changed files with 152 additions and 25 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
|
||||
virtual unsigned int registerAccount(const std::string& login, const std::string& hash) = 0;
|
||||
virtual std::string getAccountHash(const std::string& login) = 0;
|
||||
virtual unsigned int createSession(const std::string& login, const std::string& access, const std::string& renew) = 0;
|
||||
|
||||
protected:
|
||||
DBInterface(Type type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue