userver: samples/postgres_auth/tests/static/test_data.sql
Loading...
Searching...
No Matches
samples/postgres_auth/tests/static/test_data.sql
1INSERT INTO auth_schema.tokens(token, user_id, scopes, name) VALUES
2('wrong-scopes-token', 1, '{"just_wrong"}', 'Bad Man'),
3('THE_USER_TOKEN', 2, '{"read", "hello", "info"}', 'Dear User');