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

Add API key as an authentication method in the .net client #83

Closed tusmester closed 1 year ago

tusmester commented 1 year ago

Currently only the client/secret authentication method is supported by the client API. As a developer I would like to provide an API key instead of a client/secret so that I can use the library in more scenarios.

The client should send the provided api key with every request the same way as with the current access token solution.