SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Token authentication #26

Closed tusmester closed 4 years ago

tusmester commented 4 years ago

Add an initial token support to the client library.

In this basic solution it is the responsibility of the client application to keep track of expiration dates and refreshing the access token when necessary (in a background operation).