Skip to content

rcorre/nakama-itch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nakama Itch

This is a nakama module that uses custom authentication to authenticate a user via itch.io.

Usage

  1. Create an itch app manifest for your game
  2. Run your game from the itch.io app
  3. Extract the API token from the ITCHIO_API_KEY environment variable
  4. Pass the API token as the ID to authenticate_custom

Godot example:

var token := OS.get_environment("ITCHIO_API_KEY")
var session: NakamaSession = yield(client.authenticate_custom_async(token), "completed")

Build and run

build.sh && docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published