Coder Social home page Coder Social logo

Update jwt-go depdenceny about fosite HOT 9 CLOSED

ory avatar ory commented on April 28, 2024
Update jwt-go depdenceny

from fosite.

Comments (9)

aeneasr avatar aeneasr commented on April 28, 2024 1

yeah aboslutely. the one thing this repository is missing is good docs. it will be done, promised :)

from fosite.

plandem avatar plandem commented on April 28, 2024

same issue on go 1.6.1

from fosite.

aeneasr avatar aeneasr commented on April 28, 2024

thank you for the report @plandem . Please use the 👍 feature if this issue affects you in the future. The issue is not related to the go version but due to breaking changes in jwt-go. You can use glide install to install the right dependencies.

from fosite.

plandem avatar plandem commented on April 28, 2024

sorry, i'm still quite new to Go. i choose https://github.com/kovetskiy/manul as dep manager, but anyway, i still can't understand how to fix errors.

from fosite.

aeneasr avatar aeneasr commented on April 28, 2024

No worries, this repository uses glide for dependency management: https://github.com/Masterminds/glide

from fosite.

plandem avatar plandem commented on April 28, 2024

i still can't understand how to fix issue. i'm trying to compile example and just no luck. tried glide too

from fosite.

aeneasr avatar aeneasr commented on April 28, 2024

Thanks for the report, there indeed seems to be something broken with running the example. Additionally, the docs are missing glide. Sorry for that.

Patch #52 resolves the internal import in the example. Now do the follwoing to run the example with glide:

go get github.com/Masterminds/glide
go get github.com/ory-am/fosite
# unix
cd $GOPATH/src/github.com/ory-am/fosite
# windows
cd %GOPATH%\src\github.com\ory-am\fosite
glide install
go run fosite-example/main.go

Thank you for your patience and reports :) I hope everything works now. If not, let me know.

from fosite.

plandem avatar plandem commented on April 28, 2024

worked finally. thanks.

p.s.: it would be nice to see some hints for 2 step auth process :)

from fosite.

aeneasr avatar aeneasr commented on April 28, 2024

resolved in #53

from fosite.

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.