Skip to content

Releases: unity-game-framework/ugf-module-authentication

1.0.0-preview.3

18 Aug 10:37
Compare
Choose a tag to compare
1.0.0-preview.3 Pre-release
Pre-release

Release Notes

Changed

  • Update package (#7)
    • Update dependencies: com.ugf.module.services to 1.0.0-preview.3 and com.unity.services.authentication to 3.3.3 versions.
    • Update package Unity version to 2023.2.
    • Change AuthenticationModule and related classes to support updated Application package.

1.0.0-preview.2

18 Dec 15:00
Compare
Choose a tag to compare
1.0.0-preview.2 Pre-release
Pre-release

Release Notes

Changed

  • Update dependencies (#5)
    • Update dependencies: com.ugf.module.services to 1.0.0-preview.2 and com.unity.services.authentication to 3.2.0 versions.
    • Update package Unity version to 2023.2.
    • Update package registry to UPM Hub.

1.0.0-preview.1

07 Apr 15:40
Compare
Choose a tag to compare
1.0.0-preview.1 Pre-release
Pre-release

Release Notes

Added

  • Add user id (#3)
    • Add IAuthenticationModule.GetUserId() method to get signed user id.

1.0.0-preview

03 Apr 16:26
Compare
Choose a tag to compare
1.0.0-preview Pre-release
Pre-release

Release Notes

Added

  • Add implementation (#1)
    • Add IAuthenticationModule interaction for basic authentication management.
    • Add AuthenticationUnityModule class as default implementation for Unity authentication.