Metadata >> NuGet >> UmbracoAuthTokens

UmbracoAuthTokens

Metadata

Authors Warren Buckley
Copyrights Copyright Warren Buckley 2015
Description NOTE: This is not an official package from the Umbraco HQ but a community built package. This class library allows you to secure Umbraco CMS Web APIs using JWT token based authentication for backoffice users
Owners Warren Buckley
ProjectUrl https://github.com/warrenbuckley/Umbraco-JWT-AuthTokens
RequireLicenseAcceptance False
Tags Umbraco UmbracoCMS JWT UmbracoJWT UmbracoAuthToken UmbracoToken
Dependencies JWT:1.3.2|UmbracoCms.Core:7.2.1
Title UmbracoAuthTokens
PackageSize 29848
PackageHashAlgorithm SHA512
PackageHash YV18VGRDEOd6B98ck3QeVoLeaYyVTBF3cdjixBb7YTHZ5K3vHi9lwcDGSTwMOviVH1yeemHSzeyGqXkGnMcnhQ==
DownloadCount 000000
CreatedDate 2015-01-27T14:15:48

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install UmbracoAuthTokens -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install UmbracoAuthTokens -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package UmbracoAuthTokens
Installing the package (HTTP Basic authentication):
Install-Package UmbracoAuthTokens -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package UmbracoAuthTokens -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package UmbracoAuthTokens

OpenWrap

Installing the package:
o add-wrap UmbracoAuthTokens
Uninstalling the package:
o remove-wrap UmbracoAuthTokens

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.0.0
1.0.0.0