keycloak / keycloak/keycloak-nodejs-connect
Deprecate `checkSso` functionality
- Dominant language
- JavaScript
- Stars
- 740
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug
The `checkSso` functionality was introduced a while ago in the Node.js adapter. Such functionality is problematic considering that it lacks a validation mechanism, and fixing it would require significant effort from our team.
Evaluating the impact on users, it would be better if we managed to deprecate this functionality displaying a warning int the console people can have more time finding a better alternative.
### Version
18.0.0
Contributor guide
Research direction
Locate `checkSso` in the Node.js adapter and first read its current call path. Confirm how deprecation is represented and where a console warning can be emitted. Done means users are warned that the functionality is deprecated while the existing behavior remains available during the transition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100