mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 01:01:20 +10:00
Code-based authorization for Drop clients (#145)
* feat: code-based authorization * fix: final touches * fix: require session on code fetch endpoint * feat: better error handling * refactor: move auth send to client handler * fix: lint
This commit is contained in:
@ -445,6 +445,7 @@ export type TaskMessage = {
|
||||
|
||||
export type PeerImpl = {
|
||||
send: (message: string) => void;
|
||||
close: () => void;
|
||||
};
|
||||
|
||||
export interface BuildTask {
|
||||
|
||||
Reference in New Issue
Block a user