欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PostgREST
来自开放百科 - 灰狐
(版本间的差异)
小 |
小 (→项目) |
||
(未显示1个用户的5个中间版本) | |||
第1行: | 第1行: | ||
PostgREST | PostgREST | ||
+ | |||
+ | [[文件:PostgREST-logo.png|right|PostgREST]] | ||
==简介== | ==简介== | ||
第5行: | 第7行: | ||
==功能== | ==功能== | ||
+ | [[文件:postgrest-request-flow.png]] | ||
==指南== | ==指南== | ||
[[ng-admin]], [https://github.com/marmelab/ng-admin-postgrest ng-admin-postgrest] | [[ng-admin]], [https://github.com/marmelab/ng-admin-postgrest ng-admin-postgrest] | ||
+ | |||
+ | ==Identity== | ||
+ | [[文件:PostgREST-JWT.png|right|JWT]] | ||
+ | |||
+ | PostgREST 使用 [[JSON Web Token|JWT]] 作为身份认证机制。 | ||
+ | |||
+ | *使用 [https://github.com/michelp/pgjwt pgjwt] 在 SQL 中创建 JWT tokens | ||
+ | *使用 [https://www.postgresql.org/docs/current/pgcrypto.html pgcrypto module] 加密密码 | ||
==项目== | ==项目== | ||
− | [https://postgrest.org/en/ | + | [https://postgrest.org/en/stable/ecosystem.html PostgREST ecosystem] |
+ | *[[Cardano]] [https://github.com/cardano-community/guild-operators/tree/alpha/files/grest Guild Operators] | ||
+ | *[[RabbitMQ]] [https://github.com/gmr/pgsql-listen-exchange PostgreSQL LISTEN Exchange] | ||
+ | *[https://github.com/john-kelly/elm-postgrest PostgREST in Elm] [[Elm]] | ||
==图集== | ==图集== | ||
第26行: | 第40行: | ||
[[category:PostgreSQL]] | [[category:PostgreSQL]] | ||
[[category:haskell]] | [[category:haskell]] | ||
+ | [[category:Huihoo Foundation]] |
2022年2月15日 (二) 05:24的最后版本
PostgREST
目录 |
[编辑] 简介
PostgREST: REST API for PostgreSQL, Haskell 编写。
[编辑] 功能
[编辑] 指南
[编辑] Identity
PostgREST 使用 JWT 作为身份认证机制。
- 使用 pgjwt 在 SQL 中创建 JWT tokens
- 使用 pgcrypto module 加密密码
[编辑] 项目
[编辑] 图集
[编辑] 链接
分享您的观点