M365 Entra Authentication with Go

Download: https://pkg.go.dev/github.com/jeannot-muller/marstore Purpose of the ‘marstore’ package marstore stands for m365, authentication, redis, and (redis)-store. This package helps business developers authenticate their users against M365 (business and university) accounts. This package helps with authenticating M365 / Entra services in the Go language. Developers interested in standard Microsoft online authentication or Azure accounts can try the Goth package: https://github.com/markbates/goth Technical documentation Details can be found here: https://pkg.go.dev/github.com/jeannot-muller/marstore#pkg-overview Prerequisites A working Redis server for both development and production (required). ...

August 11, 2024 · 2 min