Skip to content

Commit

Permalink
Remove Gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 4, 2023
1 parent 590d8cc commit 86709b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
3 changes: 1 addition & 2 deletions guide/starting/choosing-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ When you should choose it:

Next step:

1. Read Logux Core API.
2. You can ask for advice in [Logux support chat](https://gitter.im/logux/logux).
* Read Logux Core API.
2 changes: 0 additions & 2 deletions guide/starting/proxy-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ Add Logux to `config/routes.rb`:
LOGUX_URL=http://localhost:31338/
```

[Logux support chat]: https://gitter.im/logux/logux

</details>

[Logux Back-end Protocol]: ../../protocols/backend/spec.md
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"unsent",
"A’s",
"B’s",
"Gitter",
"io",
"logux",
"Preact",
Expand Down
8 changes: 2 additions & 6 deletions recipes/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ We will show two of the most popular cases:
1. You already have Ruby/PHP/Python back-end server and HTML page with email and password fields. When user passed authentication back-end server redirects them and insert user ID and token as `<meta>` tags.
2. You keep all your business logic in Logux Server and use HTTP just to send static HTML. In this case, Logux client connects as a guest and sends authentication action. Logux server sends action with a user ID and token back to the client. The client will save them to `localStorage`.

If you need another way, you can combine methods or ask for advice in [Logux support chat].

[Logux support chat]: https://gitter.im/logux/logux
If you need another way, you can combine methods.


## Method 1: HTML Form and Meta Tags
Expand Down Expand Up @@ -144,9 +142,7 @@ Use these `<meta>` values in the store:

### Method 1: Check the Result

Start back-end server, Logux proxy, and Logux client. Try to sign-in into application. If you will have any problems feel free to ask a question at our [support chat].

[support chat]: https://gitter.im/logux/logux
Start back-end server, Logux proxy, and Logux client. Try to sign-in into application.


## Method 2: Everything in Logux
Expand Down

0 comments on commit 86709b5

Please sign in to comment.