Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 837baf2

Browse files
author
Kristian Aurlien
committed
remove example secrets
1 parent dc56855 commit 837baf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/apollo-server/authScopes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ import { ApolloServer } from 'apollo-server';
33
import neo4j from 'neo4j-driver';
44

55
// JWT
6-
// eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyLCJzY29wZXMiOlsicmVhZDp1c2VyIiwiY3JlYXRlOnVzZXIiXX0.jCidMhYKk_0s8aQpXojYwZYz00eIG9lD_DbeXRKj4vA pragma: allowlist secret
76

87
// scopes
98
// "scopes": ["read:user", "create:user"]
109

1110
// JWT_SECRET
12-
// oqldBPU1yMXcrTwcha1a9PGi9RHlPVzQ pragma: allowlist secret
1311

1412
const typeDefs = `
1513
type User {

0 commit comments

Comments
 (0)