userver
C++ Async Framework
Loading...
Searching...
No Matches
samples/postgres_auth/tests/static/test_data.sql
1
INSERT
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'
);
Generated on Wed May 15 2024 22:13:58 for userver by
Doxygen
1.10.0