Skip to content

Instantly share code, notes, and snippets.

View davideluque's full-sized avatar
😀
Learning

David davideluque

😀
Learning
  • Copenhagen
  • 16:31 (UTC +02:00)
View GitHub Profile
@davideluque
davideluque / !README.MD
Last active February 13, 2024 15:18
Sign in with Apple in Ruby on Rails using apple_id gem.

Sign in with Apple Implementation for Ruby on Rails

Note: Before diving into this implementation, consider that there are more popular and potentially easier-to-use solutions for implementing Sign in with Apple in Ruby on Rails, such as Omniauth. If you prefer a more out-of-the-box approach, explore those alternatives.

Overview

This implementation of the Sign in with Apple service in Ruby on Rails is suitable for APIs, eliminating the need for views.

Features