Coder Social home page Coder Social logo

devise_sip2_authenticatable's Introduction

Devise Sip2 Authenticatable

This gem provides a Sip2 strategy for the the Devise authentication framework.

Prerequisites

  • devise >= 3.0.0

Usage

Install Devise and configure according to instructions.

In your Gemfile:

gem "devise_sip2_authenticatable", :git => 'https://github.com/kardeiz/devise_sip2_authenticatable.git'

Somewhere in your config folder, define a file sip2.yml that contains your Sip2 connection information, e.g.:

development: &connection
  host: <your Sip2 server host>
  port: <your Sip2 server port>
  ao: <your Sip2 institution ID>

production:
  <<: *connection

In your user model, make sure you specify :sip2_authenticatable as a Devise strategy, e.g.:

devise :sip2_authenticatable, :rememberable, :trackable

That's pretty much it. After validating a user, this gem will call a method :after_sip2_validation with a post-validation authentication hash as argument, if this method is defined on your user model. You can use this method to store information about your user. Currently the hash contains the following fields/values:

<auth_key>, password, last_name, first_name, email

If you use this method to make changes to the user instance, these changes will be saved.

devise_sip2_authenticatable's People

Contributors

jacobbrown avatar kardeiz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.