mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 16:38:20 +01:00
6 lines
226 B
TypeScript
6 lines
226 B
TypeScript
|
|
import pkg from "../package.json";
|
||
|
|
|
||
|
|
export const NO_REDIRECT = "urn:ietf:wg:oauth:2.0:oob";
|
||
|
|
export const DEFAULT_SCOPE = ["read", "write", "follow"];
|
||
|
|
export const DEFAULT_UA = `LysandClient/${pkg.version} (+${pkg.homepage})`;
|