Giter Club home page Giter Club logo

documentation's Introduction

documentation's People

Contributors

alekserok avatar antonkomarev avatar asiraky avatar atymic avatar autaut03 avatar bbashel1 avatar claudsonm avatar dees040 avatar dependabot[bot] avatar dingdayu avatar faustbrian avatar jamestylerpatton avatar kladislav avatar lukecurtis93 avatar m1guelpf avatar nickurt avatar pmochine avatar r-takky avatar rodrigore avatar rohstar avatar saundefined avatar shipu avatar sinkcup avatar sofwar avatar spekulatius avatar steffjenl avatar stevesweets avatar temptemp3 avatar thekdesign avatar vonec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

documentation's Issues

Confusing navigation

When looking at the documentation for this package, I always have to "double take" the navigation. When I am looking for a provider, clicking the about navigation item does not make sense.

Would you accept a PR that updates about to Providers?

Dropbox

In the documentation, here, it is mentioned that:

return Socialite::with('Dropbox')->stateless()->redirect();

is the code to make dropbox work, but that gave me an error. I was able to resolve this by replacing with a lowercase D in the "with" method:

return Socialite::with('dropbox')->stateless()->redirect();

For anyone else having that issue, I'm leaving this here.

Orcid issue with Laravel 6

Trying to run
composer require socialiteproviders/orcid
Getting error :
Could not find a matching version of package socialiteproviders/orcid. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (dev).

project laravel version: 6.4.1

Docs are not updated

The docs here
http://socialiteproviders.netlify.com/providers/okta.html#add-to-config-services-php

'okta' => [
    'client_id' => env('OKTA_KEY'),
    'client_secret' => env('OKTA_SECRET'),
    'redirect' => env('OKTA_REDIRECT_URI')
],

Are missing what is here
https://github.com/SocialiteProviders/Documentation/blob/master/docs/providers/okta.md#add-to-configservicesphp

'okta' => [
    'client_id' => env('OKTA_KEY'),
    'client_secret' => env('OKTA_SECRET'),
    'redirect' => env('OKTA_REDIRECT_URI'),
    'base_url' => env('OKTA_BASE_URL')
],

Which is key since without the base_url this will not work

Does someone need to merge these?

Microsoft ProviderS

Please add documentation for the Microsoft Provider. I didn't knew it existed. But after trying all the 'other' Microsoft providers (all are not working), and checking the issues, I stumbled across this issue SocialiteProviders/Providers#128 and this PR SocialiteProviders/Providers#130

I believe that:

Please add docs, and mark the other Microsoft providers as deprecated, because this is really confusing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.