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
Owners
Copyright
(c) Daniel Scott-Raynsford. All rights reserved.
Package Details
Author(s)
- Daniel Scott-Raynsford
Tags
Functions
Get-PSAuthorizationString Invoke-PSAuthRestMethod
PSEditions
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
- PSAuth.nuspec
- CHANGELOG.md
- LICENSE
- PSAuth-help.xml
- PSAuth.psd1
- PSAuth.psm1
- README.md
- RELEASENOTES.md
- en-US\PSAuth.strings.psd1