mirror of
https://github.com/yawaflua/SpCloudCore.git
synced 2025-12-10 04:29:35 +02:00
Change unicode and introduce new model user
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
#include "../Models/User.cpp"
|
||||
|
||||
|
||||
class AuthorizationService
|
||||
{
|
||||
|
||||
public:
|
||||
bool is_user_authorized()
|
||||
bool is_user_authorized(User user)
|
||||
{
|
||||
return true;//Todo implement logic for authorization processing
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user