js-kyle / js-kyle/nodejs-lti-provider
Session doesn't go through when used in iframe
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 26
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
When using this code in an iframe the session object after the redirect to /application isn't the same as the the one set before it, different session id's. It works fine without using an iframe.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the iframe flow described in the issue and trace the session across the redirect to /application. Compare the session IDs before and after the redirect; the issue is done when the iframe preserves the same session object as the non-iframe flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100