Documentation outline

This commit is contained in:
Joe Nelson
2015-10-19 16:45:52 -07:00
parent d3eca26393
commit 20198367da
17 changed files with 632 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
## 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