Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oniestel/go-azure-sas

Go package for generating Azure Shared Access Signatures (SAS) token
https://github.com/oniestel/go-azure-sas

azure generator go golang sas token

Last synced: 14 days ago
JSON representation

Go package for generating Azure Shared Access Signatures (SAS) token

Awesome Lists containing this project

README

        

# go-azure-sas
Go package for generating Azure Shared Access Signatures (SAS) token.

## Example
```
token := azuresas.GenerateToken("https://namespace.servicebus.windows.net/default", "keyName", "key", 3600)
```