We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5a9b0 commit 87a90cdCopy full SHA for 87a90cd
1 file changed
README.md
@@ -33,7 +33,7 @@ AppleAuth.configure do |config|
33
# config.apple_private_key = <Your private key provided by Apple>
34
# config.apple_key_id = <Your kid provided by Apple>
35
# config.apple_team_id = <Your team id provided by Apple>
36
- # config.redirect_uri = <Your app redicrect url>
+ # config.redirect_uri = <Your app redirect url>
37
end
38
```
39
Set your different credentials in the file by uncommenting the lines and adding your keys.
0 commit comments