A Godot node that records gameplay & turns it into an animated GIF!
Quick Information
Clerk.dev Authentication
This addon adds components and scripts that allow you to add authentication in your game using the Clerk.dev frontend api.
Supported Engine Version
3.4
Version String
1.0.0
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL
clerk-godot-engine
Unofficial Clerk.dev frontend API for Godot Engine.
The purpose at this stage is proof of concept. I intend to build the Godot scenes to be more stand alone so that you can drag and drop certain components, or easily access specific data about your authenticated user.
Getting Started
- Register and login to your dashboard at https://clerk.dev
- Add and Create a new Application, keep the Password option selected.
- Navigate to API Keys under Deploy.
- Take note your Frontend API KEY. It should look like
clerk.united.grizzon-22.lcl.dev - Download this repository as a ZIP, and place the
addonsfolder at the root of your project. - From the root directory, navigate to
addons/clerk/scripts/ClerkSDK.gdand update the FRONT_END_API to be your personal frontend API key. - Drag the pre built component at
addons/clerk/scenes/components/Login.tscninto your game to see the example component in place. From this Login scene, you should be able to Sign In, Sign Up, and view your Profile.


Demo:
This addon adds components and scripts that allow you to add authentication in your game using the Clerk.dev frontend api.
Reviews
0 total reviews
Quick Information
Clerk.dev Authentication
This addon adds components and scripts that allow you to add authentication in your game using the Clerk.dev frontend api.
Supported Engine Version
3.4
Version String
1.0.0
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL