We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should be responsible for:
Loads all the module JARs and their dependencies from the /modules/ directory in the installation location
/modules/
Routing of an API to a module:
/recipe
404
rId
Provides a module interface (module-interface) that:
module-interface
apiKey
config.yaml
supertokens-interface-plugin
supertokens-core
Please see #76
The text was updated successfully, but these errors were encountered:
Not needed.
Sorry, something went wrong.
No branches or pull requests
Core
Module manager
Should be responsible for:
Loads all the module JARs and their dependencies from the
/modules/
directory in the installation locationRouting of an API to a module:
/recipe
. If not, then perhaps it's for a different functionality in the core.404
rId
of that module and check it against the header'srId
:rId
, then throw an error saying "Please pass the rId in the header request. One of "rId1", or "rId2",...rId
match, then throw an error saying "Have you passed the correctrId
in the request? Please use one of .../modules/
directory?Provides a module interface (
module-interface
) that:/recipe
) and method.apiKey
if neededconfig.yaml
from themPlugin interface change:
supertokens-interface-plugin
intosupertokens-core
#72Changes to config:
Please see #76
The text was updated successfully, but these errors were encountered: