PSAuth

0.1.4.80

PowerShell module containing functions to make HTTP requests including OAuth 1.0 authentication.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSAuth

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSAuth

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Daniel Scott-Raynsford. All rights reserved.

Package Details

Author(s)

  • Daniel Scott-Raynsford

Tags

OAuth Authorization

Functions

Get-PSAuthorizationString Invoke-PSAuthRestMethod

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes


## What is New in PSAuth 0.1.4.78

August 27, 2019

- Updated Azure Pipelines CI to use multi-stage pipeline to include publish step.
- Fix error in `Get-PSAuthorizationString` when URI contains Query String
   parameters - fixes [Issue #14](https://github.com/PlagueHO/PSAuth/issues/14).
- Added `OutFile` parameter to `Invoke-PSAuthRestMethod`.

## What is New in PSAuth 0.1.3.51

August 09, 2019

- Change `psakefile.ps1` to detect Azure Pipelines correctly.
- Added PowerShell Gallery badge to `README.md`.
- Update URL Encoding to use URL encoding method that is RFC 3986 compliant - fixes
 [Issue #7](https://github.com/PlagueHO/PSAuth/issues/7).
- Change `Get-PSAuthorizationString` to URL encode signature values using RFC 3968.

## What is New in PSAuth 0.1.2.36

August 06, 2019

- Fix bug in function `Invoke-PSAuthRestMethod` when passing `Headers` - fixes
   [Issue #4](https://github.com/PlagueHO/PSAuth/issues/4).

## What is New in PSAuth 0.1.1.30

May 24, 2019

- Initial Version.
 

FileList

Version History

Version Downloads Last updated
0.1.4.80 (current version) 6,198 8/27/2019
0.1.4.78 34 8/27/2019
0.1.4.74 38 8/27/2019
0.1.4.70 54 8/27/2019
0.1.4.68 39 8/27/2019
0.1.3.51 64 8/9/2019
0.1.2.36 41 8/6/2019
0.1.1.30 101 7/25/2019
0.1.0.27 55 7/25/2019
Show more