https://github.com/unity-game-framework/ugf-module-authentication
Module to manage Unity Authentication.
https://github.com/unity-game-framework/ugf-module-authentication
active module
Last synced: 5 months ago
JSON representation
Module to manage Unity Authentication.
- Host: GitHub
- URL: https://github.com/unity-game-framework/ugf-module-authentication
- Owner: unity-game-framework
- License: mit
- Created: 2023-04-03T15:38:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:37:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-18T11:40:50.536Z (almost 2 years ago)
- Topics: active, module
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# com.ugf.module.authentication
UGF.Module.Authentication
## Information
- **Version**: `1.0.0-preview.3`
- **Unity**: `2023.2`
- **API Compatibility Level**: `.NET Standard 2.1`
### Dependencies
- `com.ugf.module.services`: `1.0.0-preview.3`
- `com.unity.services.authentication`: `3.3.3`
### Description
Module to manage Unity Authentication.
### Changelog
- [Full changelog](changelog.md)
### Registry
Read about where packages stored: [Registry](https://github.com/unity-game-framework/organization/blob/main/docs/registry.md).
## How to Install
Read about how to install any packages from the `Unity Game Framework` registry: [Install Package](https://github.com/unity-game-framework/organization/blob/main/docs/install-packages.md).