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

Guide for Submitting a JavaFX App to the Windows Store

Certifying Windows programs independently has not only become a costly endeavour but also significantly more complex, as you either require a hardware token (USB Stick) or must utilize one of the few pricey cloud providers. The Windows Store serves as an alternative. Here, Microsoft signs the apps themselves, so you only need to cover the one-time cost for developer access. The Windows Store also offers the benefit of managing updates, eliminating the need for developers to create their routines. Furthermore, compared to the Apple Store, Microsoft is considerably more lenient regarding the functional and design requirements of an app. ...

July 14, 2023 · 13 min