mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-24 11:57:37 +02:00
Read users and roles, remove JWT
This commit is contained in:
parent
9247588764
commit
42f4c39e6c
13 changed files with 144 additions and 68 deletions
|
@ -312,6 +312,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#if 0
|
||||
/// "Server.GetToken" request
|
||||
class ServerGetTokenRequest : public Request
|
||||
{
|
||||
|
@ -320,3 +321,4 @@ public:
|
|||
explicit ServerGetTokenRequest(const Server& server);
|
||||
void execute(const jsonrpcpp::request_ptr& request, AuthInfo& authinfo, const OnResponse& on_response) override;
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue