Files
postgrest/docs/admin/security.md
T
2015-10-19 16:45:52 -07:00

22 lines
254 B
Markdown

## Security
### SSL
### Database Roles
### JSON Web Tokens
#### Issuing via sql procedures
### Row-Level Security
#### Simulated - PostgreSQL <9.5
#### Real - PostgreSQL >=9.5
### Building Auth on top of JWT
#### Basic Auth
#### Github Sign-in