You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new feature to remove graph-oauth being part of the SDK by default. This means putting token credentials behind the feature flag when using the graph client. The client will still be able to use String access tokens.
feature = "identity"
The text was updated successfully, but these errors were encountered:
sreeise
changed the title
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk - 2.0.0 release goal
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk - Post 2.0.0 release goal
May 23, 2024
sreeise
changed the title
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk - Post 2.0.0 release goal
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk - Post 2.1.0 release goal
May 27, 2024
sreeise
changed the title
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk - Post 2.1.0 release goal
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk - Post 2.1.0 and 2.2.0 release goal
May 27, 2024
sreeise
changed the title
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk - Post 2.1.0 and 2.2.0 release goal
Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk
May 27, 2024
Create new feature to remove graph-oauth being part of the SDK by default. This means putting token credentials behind the feature flag when using the graph client. The client will still be able to use String access tokens.
feature = "identity"
The text was updated successfully, but these errors were encountered: