Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/refactor #52

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

HacKanCuBa
Copy link

Several changes to the library:

  • Refactor demo and debug pages
    • Fix missing character encoding and html lang tag. Refactor code structure and missplaced elements.
    • Change script source for session.js to run locally.
  • Refactor session.js
    • Massive refactor to polish the code removing unused bits, changing var for let, fixing insecure http protocol for https and fixing architecture module that was broken because of a missnamed variable. Rename cookie to a more significative name: session-js.
    • Add extra client tracking with on/off switch
      • Create a switch named extra that when set records extra client information. It was added from the demo page.
    • Add a tracker property
      • This property allows to track the session from external libs or a backend. Once set, it will be written to the session and kept in the cookie.

Fix missing character encoding and html lang tag. Refactor code
structure and missplaced elements.
Change script source for session.js to run locally.
Massive refactor to polish the code removing unused bits, changing
`var` for `let`, fixing insecure http protocol for https and fixing
architecture module that was broken because of a missnamed variable.
Rename cookie to a more significative name: `session-js`.
This property allows to track the session from external libs or a
backend. Once set, it will be written to the session and kept in the
cookie.
Create a switch named extra that when set records extra client
information. It was added from the demo page.
@codejoust
Copy link
Owner

This looks good to me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants