Unity Authentication
View Unity AuthenticationAuthentication
5 documented changes.
- Released
- Jul 1, 2023
- Product
- Unity Authentication
Unity Gaming Services release notes
Official notesAuthentication
Updates
- Security
Added: `SignInWithSteamAsync` and `LinkWithSteamAsync` methods with `identity` parameter which provides increased security.
- Change
Changed: Marked previous versions of `SignInWithSteamAsync` and `LinkWithSteamAsync` methods as obsolete.
- Feature
Added: `Username/Password` Identity Provider.
- Feature
Added: `SignInWIthUsernamePasswordAsync` , `SignUpWithUsernamePasswordAsync` , `AddUsernamePasswordAsync` , and `UpdatePasswordAsync` APIs for use with the `Username/Password` Identity Provider.
- Feature
Added: `IAccessTokenObserver` component for notifying when the access token changes.