mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
identity: include scope when validating account recovery token
This commit is contained in:
@@ -255,6 +255,7 @@ namespace Streetwriters.Identity.Controllers
|
||||
return Ok(new
|
||||
{
|
||||
access_token = token,
|
||||
scope = string.Join(' ', Config.ApiScopes.Select(s => s.Name)),
|
||||
expires_in = 18000
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user