Posts tagged 'device-grant'
-
Is the OAuth Device grant right for your game authentication needs?
The OAuth device authorization grant is an extension of OAuth 2.0. Because OAuth is an authorization protocol, it enables users to gain access to an application or device by allowing it to use account information from another application or device.
READ MORE -
Building a CLI app with the Device Code grant and golang
Ever need to authenticate a user from a device that doesn’t provide a great interface for logging in? Maybe your device is a smart TV, a Raspberry Pi, or perhaps a CLI app? Oh and you’re a fan of Golang? Well, then this is the post for you!
READ MORE