Difference between revisions of "Postgrest auth"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
https://www.npmjs.com/package/postgrest-auth | https://www.npmjs.com/package/postgrest-auth | ||
+ | |||
+ | |||
+ | ``` | ||
+ | \x; | ||
+ | \du; | ||
+ | select * from pg_db_role_setting; | ||
+ | SELECT * FROM pg_roles; | ||
+ | select usename,useconfig from pg_shadow ; | ||
+ | ``` |
Revision as of 23:56, 4 May 2023
https://github.com/monacoremo/postgrest-sessions-example/blob/master/app.sql.md
https://github.com/alexandrevilain/postgrest-auth
https://www.npmjs.com/package/postgrest-auth
\x; \du; select * from pg_db_role_setting; SELECT * FROM pg_roles; select usename,useconfig from pg_shadow ;