We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apple_auth_controller
1 parent 87a90cd commit d1aa92dCopy full SHA for d1aa92d
1 file changed
README.md
@@ -91,10 +91,10 @@ AppleAuth::Token.new(code).authenticate!
91
92
If you are using devise_token_auth gem, run this generator.
93
94
- $ rails g apple_sign_in:appple_auth_controller [scope]
+ $ rails g apple_sign_in:apple_auth_controller [scope]
95
96
In the scope you need to write your path from controllers to your existent devise controllers.
97
-An example `$ rails g apple_auth:appple_auth_controller api/v1/`
+An example `$ rails g apple_auth:apple_auth_controller api/v1/`
98
This will generate a new controller: `controllers/api/v1/apple_auth_controller.rb`.
99
100
You should configure the route, you can wrap it in the devise_scope block like:
0 commit comments