Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

opener-authenticator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opener-authenticator

  • 0.2.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Authenticator

Component that stores results from the Opener Web Services chain into a SQLite Database and shows them into your browser.

Installation

As part of a Gemfile in a Ruby application

Add this line to your application's Gemfile:

gem 'opener-authenticator',
    :git=>"git@github.com:opener-project/authenticator.git"

And then execute:

$ bundle install

Usage

The Opener Authenticator comes equipped with a simple webservice. To start the webservice type:

authenticator-server

This will launch a mini webserver with the webservice. It defaults to port 9292, so you can access it at:

http://localhost:9292

To launch it on a different port provide the -p [port-number] option like this:

authenticator-server -p 1234

It then launches at http://localhost:1234

When you run a chain of web services using callbacks, the last URL should be the one that points to the Authenticator Web Service. A unique id is generated and once the chain has finished processing the text, you can view the result in the URL that you get.

Contributing

Procedure

  1. Pull it
  2. Create your feature branch (git checkout -b features/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin features/my-new-feature)
  5. If you're confident, merge your changes into master.

What's next?

If you're interested in the opener-authenticator, you also might want to check out opener-project/authenticator.

FAQs

Package last updated on 20 May 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc