feat: add authentication
This commit is contained in:
@@ -14,3 +14,12 @@ export interface TMDBMovie {
|
||||
vote_average: number;
|
||||
vote_count: number;
|
||||
}
|
||||
|
||||
export interface GiteaOauthUser {
|
||||
sub: string;
|
||||
name: string;
|
||||
preferred_username: string;
|
||||
email: string;
|
||||
picture: string;
|
||||
groups: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user