Skip to content
nov edited this page Jun 5, 2019 · 4 revisions

AppleID

"Sign in with Apple" backend library in ruby.

Install

gem install apple_id

Require

require 'apple_id'

Debugging

Call AppleID.debug!, then you'll see all HTTP requests after that line in the log.

In Rails, you'll need to set AppleID.logger = Rails.logger.

AppleID.debug!
AppleID.logger = Rails.logger
Clone this wiki locally