Skip to content

Commit

Permalink
docs: wip passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Jan 20, 2024
1 parent fd17641 commit 69fa6e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .web/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export default defineConfig({
text: 'Connectors',
items: [
{text: 'Overview', link: '/guide/connectors/'},
{text: 'Gate Proxy', link: '/guide/connectors/gate'},
{text: 'Java Plugin', link: '/guide/connectors/plugin'},
{text: 'Gate Connector', link: '/guide/connectors/gate'},
{text: 'Plugin Connector', link: '/guide/connectors/plugin'},
]
},
{text: 'AuthSession API', link: '/guide/auth-api'},
Expand Down
11 changes: 10 additions & 1 deletion .web/docs/guide/connectors/gate.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,21 @@ online-mode.

For an introduction to Gate Lite mode, see [Gate Lite Docs](https://gate.minekube.com/guide/lite).

::: tip Coming Soon -> Allowing online mode in Gate Lite backend routes

`Connect -> Gate Lite -> Online Mode Backend`

```yaml
connect:
enforcePassthrough: true
```
If your backend server behind Gate Lite is online mode
This feature will allow to offload Connect player authentication to your Lite backend routes,
by enabling pass-through connections.
:::
If your backend server behind Gate Lite is online mode and let Connect authenticate players upfront,
you need to use Connect's [AuthSession API](../auth-api)
to allow online mode players from Connect Network to join your backend server.
Expand Down
2 changes: 1 addition & 1 deletion .web/docs/guide/connectors/plugin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Connect Java Plugin - Connector Guide
# Java Plugin - Connector Guide

Using the Connect Java Plugin as a Connector for your Minecraft server or proxy.
If you have a Minecraft Java server or proxy, this the most convenient Connector for you,
Expand Down

0 comments on commit 69fa6e7

Please sign in to comment.