You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/treezor-bank/oauth1

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/treezor-bank/oauth1

v0.0.0-20190528112837-d08a74d34603
Source
Go
Version published
Created
Source

OAuth1

GoDoc Build Status

OAuth1 is a Go client for the OAuth 1.0, OAuth 1.0a and RFC 5849 Protocols. The package supports the following signatures:

  • HMAC-SHA1
  • HMAC-SHA256
  • RSA-SHA1
  • PLAINTEXT

Installation

$ go get -u github.com/gomodule/oauth1/oauth

Import it in your code:

import "github.com/gomodule/oauth1/oauth"

Prerequisite

oauth1 uses the context package requiring Go 1.7 or later.

License

oauth1 is available under the Apache License, Version 2.0.

Documentation

FAQs

Package last updated on 28 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts