Skip to content

Commit

Permalink
πŸ“ Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 16, 2024
1 parent 6a5d66d commit 677a149
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,17 @@ The specification used is http://openid.net/specs/openid-authentication-2_0.html

In the early days of Rails, this was an official Rails' plugin, written by DHH. See [Credits](#credits) for more information.

## Prerequisites
## Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add open_id_authentication

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install open_id_authentication

## Setup

OpenID authentication uses the session, so be sure that you haven't turned that off.

Expand Down Expand Up @@ -268,10 +278,6 @@ Accessing AX data is very similar to the Simple Registration process, described

This would provide the sreg data for :email via registration, and the AX data for http://schema.openid.net/birthDate via ax.

## TODO

- More tests

## Credits

### 🌈 Contributors
Expand Down

0 comments on commit 677a149

Please sign in to comment.