We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457176c commit a715990Copy full SHA for a715990
README.md
@@ -36,7 +36,7 @@ module.exports = {
36
}
37
```
38
39
-We can access configuration using the `_config` object. so if we want to get the environment key we call `_config.app.env`.
+We can access configuration using the `_config` object. so if we want to get the environment key we call `_config('app.env')`.
40
41
## Public directory
42
@@ -227,7 +227,7 @@ _url("css/style.css");
227
228
## Authentication
229
230
-This application introduces two type of authentication;
+This application comes with two type of authentication methods:
231
232
`session` for working with server side rendering applications which authentication is stored in session and browser cookie.
233
0 commit comments