Skip to content

Commit

Permalink
Update OIDC guideline's link (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
longthanhtran authored Dec 10, 2023
1 parent bd85f3a commit 1442cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Provides Rails integration for the [Rodauth] authentication framework.
* [Rodauth: A Refreshing Authentication Solution for Ruby](https://janko.io/rodauth-a-refreshing-authentication-solution-for-ruby/)
* [Rails Authentication with Rodauth](https://janko.io/adding-authentication-in-rails-with-rodauth/)
* [Multifactor Authentication in Rails with Rodauth](https://janko.io/adding-multifactor-authentication-in-rails-with-rodauth/)
* [How to build an OIDC provider using rodauth-oauth on Rails](https://honeyryderchuck.gitlab.io/httpx/2021/03/15/oidc-provider-on-rails-using-rodauth-oauth.html)
* [How to build an OIDC provider using rodauth-oauth on Rails](https://honeyryderchuck.gitlab.io/2021/03/15/oidc-provider-on-rails-using-rodauth-oauth.html)
* [What It Took to Build a Rails Integration for Rodauth](https://janko.io/what-it-took-to-build-a-rails-integration-for-rodauth/)
* [Social Login in Rails with Rodauth](https://janko.io/social-login-in-rails-with-rodauth/)
* [Passkey Authentication with Rodauth](https://janko.io/passkey-authentication-with-rodauth/)
Expand Down Expand Up @@ -282,7 +282,7 @@ class RodauthMain < Rodauth::Rails::Auth
after_login { rails_cookies.permanent[:last_account_id] = account_id }
end
end
```
```

## Views

Expand Down Expand Up @@ -593,7 +593,7 @@ class ArticlesControllerTest < ActionDispatch::IntegrationTest
post "/logout"
assert_redirected_to "/"
end
test "required authentication" do
get :index
Expand All @@ -617,7 +617,7 @@ end
```

For more examples and information about testing with rodauth, see
[this wiki page about testing](https://github.com/janko/rodauth-rails/wiki/Testing).
[this wiki page about testing](https://github.com/janko/rodauth-rails/wiki/Testing).

## Configuring

Expand Down

0 comments on commit 1442cd8

Please sign in to comment.