You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An abstract implementation of an OAuth that can be implemented with any kind of persistence and can be embedded in anyplace where js run. Wrote using SOLID principles and a variety OOP patterns implementations.
OAuth2.0 authorization server that is intermediary with client and resource owner in order to issue access token to enable client to access resource server.
🗄️ SolveSync OAuth Server – lightweight Express server that handles GitHub OAuth authentication for the SolveSync Chrome extension, enabling secure and seamless uploads of LeetCode solutions to GitHub repositories.