Giter Site home page Giter Site logo

Comments (9)

hajekj avatar hajekj commented on May 29, 2024

Hello, it appears like it is some sort of left-over from my previous testing and it appears that the package has been transfered under different account (https://github.com/nov/jose-php).

I have removed the requirement from the 2.0.0 branch (9fb6268).

Packagist already picked up the latest commit so it should be safe to try again.

Please also note that v2.0.0 is still not finished and there are still a few things to work on, see #21

Let me know if you encounter any other issues with this library.

from oauth2-azure.

kanhaic avatar kanhaic commented on May 29, 2024

Thank you buddy. V2 is working well for our requirements.

Regards,

Kanhai Chhugani
+91-98201 46196 | +1 408 915 5251
[email protected] | http://www.kchhugani.com
Twitter: http://twitter.com/kanhaic | Linkedin: http://in.linkedin.com/in/kanhaic

On 14 Oct 2016, 5:22 PM +0530, Jan Hajek [email protected], wrote:

Hello, it appears like it is some sort of left-over from my previous testing and it appears that the package has been transfered under different account (https://github.com/nov/jose-php).

I have removed the requirement from the 2.0.0 branch (9fb6268 (9fb6268)).

Packagist already picked up the latest commit so it should be safe to try again.

Please also note that v2.0.0 is still not finished and there are still a few things to work on, see #21 (#21)

Let me know if you encounter any other issues with this library.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#25 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/ABxT3Jz7h1UNTcL6zO-d5pw5R_Dfiww1ks5qz20NgaJpZM4KW5fy).

from oauth2-azure.

lkm avatar lkm commented on May 29, 2024

There's still a requirement for JOSE_JWK here https://github.com/TheNetworg/oauth2-azure/blob/v2.0.0/src/Provider/Azure.php#L344

Is there any suitable replacement library?

from oauth2-azure.

hajekj avatar hajekj commented on May 29, 2024

Yes, working on a solution - going to use phpseclib as a replacement and then (+ some more decoding):

$rsa = new Crypt_RSA();
$rsa->setPublicKey('<RSAKeyValue>
    <Modulus>' . $n . '</Modulus>
    <Exponent>' . $e . '</Exponent>
    </RSAKeyValue>');
$public_key = $rsa->getPublicKey();

Going to push the update tonight to fix this and eliminate the issue in future releases.

from oauth2-azure.

hajekj avatar hajekj commented on May 29, 2024

@lkm: This should be now finally fixed, thanks for letting me know.

from oauth2-azure.

 avatar commented on May 29, 2024

Hi,

Composer install is broken again with following message:

Problem 1
    - thenetworg/oauth2-azure v2.0.0.x-dev requires phpseclib ~2.0 -> no matching package found.
    - thenetworg/oauth2-azure v2.0.0.x-dev requires phpseclib ~2.0 -> no matching package found.
    - Installation request for thenetworg/oauth2-azure v2.0.0.x-dev -> satisfiable by thenetworg/oauth2-azure[v2.0.0.x-dev].

Looks like phpseclib is not using v2.0.0.x-dev version. Kindly look into it.

EasyHR Team

from oauth2-azure.

hajekj avatar hajekj commented on May 29, 2024

There was an incorrect package name, accidentaly put phpseclib instead of phpseclib/phpseclib

from oauth2-azure.

 avatar commented on May 29, 2024

Thank you. It is fixed now.

EasyHR Team

from oauth2-azure.

lkm avatar lkm commented on May 29, 2024

Cheers @hajekj, very quick turnaround on that one. Thanks!

from oauth2-azure.

Related Issues (20)

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.