Update README.md
This commit is contained in:
parent
47e73ceee8
commit
9d3d55d15e
|
@ -4,6 +4,7 @@ walnut
|
|||
An opinionated, constrained, secure application framework with a hard shell - like iOS, but for a home server.
|
||||
|
||||
Security Features
|
||||
-----------------
|
||||
|
||||
* JSON-only APIs
|
||||
* JWT (not cookie*) authentication
|
||||
|
@ -23,6 +24,7 @@ such as images which would otherwise require the token to be passed into the img
|
|||
They are also scoped such that CSRF attacks are not possible.
|
||||
|
||||
Application Features
|
||||
--------------------
|
||||
|
||||
* JSON-only expressjs APIs
|
||||
* Capability-based permissions system for (oauth3-discoverable) packages such as
|
||||
|
@ -38,6 +40,9 @@ Application Features
|
|||
* Multi-Tentated Application Management
|
||||
* Built-in OAuth2 & OAuth3 support
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
```bash
|
||||
curl https://daplie.me/install-scripts | bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue