File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11SolidusSocial
22=============
33
4- [ ![ CircleCI ] ( https://circleci .com/gh/ solidusio-contrib/solidus_social. svg?style=svg )] ( https://circleci .com/gh/ solidusio-contrib/solidus_social )
4+ [ ![ Test ] ( https://github .com/solidusio-contrib/solidus_social/actions/workflows/test.yml/badge. svg )] ( https://github .com/solidusio-contrib/solidus_social/actions/workflows/test.yml )
55[ ![ Code Climate] ( https://codeclimate.com/github/solidusio-contrib/solidus_social/badges/gpa.svg )] ( https://codeclimate.com/github/solidusio-contrib/solidus_social )
66
77Social login support for Solidus. Solidus Social handles authorization, account
88creation and association through third-party services.
99Currently Google, Facebook, Github and X (formely Twitter) are available out of the box.
10- Support for Apple ID and Microsoft (Entra and O365) might be offered down the road.
10+ Support for Apple ID and Microsoft (Entra and O365) might be offered down the road.
1111
1212Installation
1313------------
@@ -26,8 +26,8 @@ bundle exec rails g solidus_social:install
2626bundle exec rails db:migrate
2727```
2828
29- Preference(optional): By default the login path will be ` /users/auth/:provider ` . If you wish to modify the url to:
30- ` /member/auth/:provider ` , ` /profile/auth/:provider ` , or ` /auth/:provider ` then you can do this accordingly in
29+ Preference(optional): By default the login path will be ` /users/auth/:provider ` . If you wish to modify the url to:
30+ ` /member/auth/:provider ` , ` /profile/auth/:provider ` , or ` /auth/:provider ` then you can do this accordingly in
3131your ** config/initializers/spree.rb** file as described below:
3232
3333``` ruby
You can’t perform that action at this time.
0 commit comments