mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 02:34:15 +01:00
implement api call to get uids based on secret key
This commit is contained in:
parent
19d819045c
commit
7acd36bb79
3 changed files with 25 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ using Microsoft.AspNetCore.Authorization;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using StackExchange.Redis.Extensions.Core.Abstractions;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace MareSynchronosAuthService.Controllers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue