GithubHelp home page GithubHelp logo

problems logging in /admin about oauthd HOT 7 CLOSED

joliveros avatar joliveros commented on May 29, 2024
problems logging in /admin

from oauthd.

Comments (7)

bumpmann avatar bumpmann commented on May 29, 2024

It should have remembered the first time you login... I just push a script to reset the password, just type node ./tools/login_reset.js in the oauthd folder.

If you have more infos about where the login fails, please tell us

You can also run npm test to check your environment

If you update oauthd with git pull without reinstall, you should recompile with npm run install or grunt

from oauthd.

joliveros avatar joliveros commented on May 29, 2024

Ok wow. I was so lost. Thanks for that.

On 12/11/2013 11:00 AM, bumpmann wrote:

It should have remembered the first time you login... I just push a
script to reset the password, just type |node ./tools/login_reset.js|
in the oauthd folder.

If you have more infos about where the login fails, please tell us


Reply to this email directly or view it on GitHub
#32 (comment).

from oauthd.

joliveros avatar joliveros commented on May 29, 2024

After I run that file I get a confirmation the credentials were reset.
However, when I try to login again with new credentials it fails. :(

On 12/11/2013 08:32 PM, Jose Oliveros wrote:

Ok wow. I was so lost. Thanks for that.

On 12/11/2013 11:00 AM, bumpmann wrote:

It should have remembered the first time you login... I just push a
script to reset the password, just type |node ./tools/login_reset.js|
in the oauthd folder.

If you have more infos about where the login fails, please tell us


Reply to this email directly or view it on GitHub
#32 (comment).

from oauthd.

bumpmann avatar bumpmann commented on May 29, 2024

Does it works with npm test ?

from oauthd.

joliveros avatar joliveros commented on May 29, 2024

I get : 'Done, without errors.'

On 12/17/2013 03:39 PM, bumpmann wrote:

Does it works with |npm test| ?


Reply to this email directly or view it on GitHub
#32 (comment).

from oauthd.

mojotalantikite avatar mojotalantikite commented on May 29, 2024

I was having the same issues in Chrome (v 31.0.1650.63), but it seems to work fine in Firefox and Safari.

from oauthd.

stanhu avatar stanhu commented on May 29, 2024

The problem was in the format of the Set-Cookie response header. For example, this is what showed up on my Chrome browser:

Set-Cookie: accessToken=%223eacnaMBbsbqm23klZcM1bv4CbA%22; Path=/; Expires=Fri Jan 17 2014 17:19:55 GMT-0800 (PST)

Per RFC 6265 5.1.1 (http://tools.ietf.org/search/rfc6265#section-5.1.1) the time zone field should be simply be in UTC/GMT time. For example, this works in Chrome:

Set-Cookie: accessToken=%223eacnaMBbsbqm23klZcM1bv4CbA%22; Path=/; Expires=Fri Jan 17 2014 17:19:55 GMT

I fixed the problem and sent a pull request.

from oauthd.

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.