Skip to content

Commit 5e5c57d

Browse files
wip: debug auth scopes
1 parent 1cbbcea commit 5e5c57d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

school_data_hub_server/lib/src/_features/admin/endpoints/admin_endpoint.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ class AdminEndpoint extends Endpoint {
1313
@override
1414
bool get requireLogin => true;
1515

16-
@override
17-
Set<Scope> get requiredScopes => {Scope.admin};
16+
//- TODO URGENT: uncomment this when admin scopes are working
17+
// @override
18+
// Set<Scope> get requiredScopes => {Scope.admin};
1819

1920
Future<User> createUser(
2021
Session session, {

0 commit comments

Comments
 (0)