-
When I want to do a new feature but I don’t know anyone or anything about it. Here’s what I tend to do.
- google
- open lots of tabs
- get confused
- back up
- change to something else.
- question if …
-
# What It Took to Build a Rails Integration for Rodauth | Janko Marohnić
When Rodauth came out, I was excited to finally have a full-featured authentication framework that wasn’t tied to Rails, given…
-
Implement OAuth so that an user can log into the local environment with a hard-coded passphrase.
```
def developer
unless Rails.application.config.x.lift.developer_oauth_enabled
redi…
-
### Configuration
- Provider Gem: `omniauth 1.9.0`
- Other Gems: `devise 4.6.2` + `omniauth-facebook 5.0.0` + `omniauth-google-oauth2 0.7.0`
- Ruby Version: `2.6.2`
- Framework: `rails 6.0.0.rc2…
-
Janrain provides some nice abstraction/offloading for third-party identity providers and authentication, but the "free" tier of the product is relatively outdated/unsupported, is a difficult part of c…
-
I'm experiencing the same issue as #2 , even after using suid. This is happening on an Ubuntu server running a Rails app with Passenger. I am using a custom PAM service which is a copy of /etc/pam.d/l…
-
Hi,
So I was creating a release pipeline for my Ruby on Rails project. I created the release pipeline and tried to run it, I encountered an error that might have something to do with the authentica…
-
RailsでJWT認証
https://kinjouj.github.io/2018/07/jwt-authentication-rails.html
OpenSSL::PKey::RSA.generate(2048) って何?
https://ozuma.hatenablog.jp/entry/20130510/1368114329
https://qiita.com/mitsw…
-
I'd like to have an easy way to customize authentication method, more specifically `Kirby/Cms/Auth#login`.
I'm implementing an external authentication, which is basically a http request to our "a…
-
# TODO
- API KEYを発行できるようにする
- 公開するAPIを整理する
- API Documentを作成する