Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The default and recommended way to authenticate is via Geo Connect. Geo Connect is a dedicated application hosted by the GeoBrowser team. Through Geo Connect you can authenticate with your GeoBrowser account and use it to selectively delegate access to your private and public spaces.

If you create you application using TypeSync or use the [hypergraph-app-template](https://github.com/graphprotocol/hypergraph-app-template) the full authentication flow is already implemented for you.
If you create you application using TypeSync or use the [hypergraph-app-template](https://github.com/geobrowser/hypergraph-app-template) the full authentication flow is already implemented for you.

In the connect app you can create spaces. In the near future you will be able to delete private spaces and you also will be able to give an app permissions to create new private and/or public spaces.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Request GEO tokens for development and testing on the Geo Testnet.

# 🪙 Geo Testnet Faucet

Need some GEO testnet tokens to start building with Hypergraph? Use our public faucet to quickly top-up your wallet.
Need some ETH testnet tokens to start building with Hypergraph? Use our public faucet to quickly top-up your wallet.

[**Open the Geo Faucet**](https://faucet.conduit.xyz/geo-test-zc16z3tcvf)

Expand Down
6 changes: 6 additions & 0 deletions docs/docs/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Spaces are owned by a single person or a group of people and not by the app. Thi

Public spaces are spaces that are open to the public. They are visible to anyone who knows the space ID.

### Indexer API

Indexer API that indexes all the public spaces and the content in it!

[Railway Graphql API](https://v2-postgraphile.up.railway.app/graphql)

## Private Spaces

Private spaces are spaces that are only accessible to the people who are members of the space.
Expand Down
Loading