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.
|
An opinionated, constrained, secure application framework with a hard shell - like iOS, but for a home server.
|
||||||
|
|
||||||
Security Features
|
Security Features
|
||||||
|
-----------------
|
||||||
|
|
||||||
* JSON-only APIs
|
* JSON-only APIs
|
||||||
* JWT (not cookie*) authentication
|
* 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.
|
They are also scoped such that CSRF attacks are not possible.
|
||||||
|
|
||||||
Application Features
|
Application Features
|
||||||
|
--------------------
|
||||||
|
|
||||||
* JSON-only expressjs APIs
|
* JSON-only expressjs APIs
|
||||||
* Capability-based permissions system for (oauth3-discoverable) packages such as
|
* Capability-based permissions system for (oauth3-discoverable) packages such as
|
||||||
|
@ -38,6 +40,9 @@ Application Features
|
||||||
* Multi-Tentated Application Management
|
* Multi-Tentated Application Management
|
||||||
* Built-in OAuth2 & OAuth3 support
|
* Built-in OAuth2 & OAuth3 support
|
||||||
|
|
||||||
|
Install
|
||||||
|
-------
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://daplie.me/install-scripts | bash
|
curl https://daplie.me/install-scripts | bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue