Skip to content

Releases: mhoc/msgoraph

v0.3.0

30 Jul 17:04
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Initial release of client.Headless authentication mechanism.

v0.2.0

29 Apr 23:37
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • github.com/mhoc/msgoraph/client: Complete rewrite of the client logic code.
  • Temporarily removing the client_credentials authorization type.
  • Adding a new authorization method to initiate an OAuth dialog flow for delegated user authorization.
  • github.com/mhoc/msgoraph/scopes: Define a number of OAuth scopes/permissions which the Graph API supports.
  • Users :: Create
  • Users :: Delete
  • Users :: Update

v0.1.0

08 Mar 16:14
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Authentication and Client logic
  • Structs user.User plan.AssignedPlan plan.ProvisionedPlan, with all required subfields to support those fields.
  • Operations client.User() and client.Users()