package sihl
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
-
API
- Library sihl
- Library sihl.authn
- Library sihl.authz
- Library sihl.core
- Library sihl.database
- Library sihl.email
- Library sihl.http
- Library sihl.message
- Library sihl.middleware
- Library sihl.migration
- Library sihl.password-reset
- Library sihl.queue
- Library sihl.repository
- Library sihl.schedule
- Library sihl.session
- Library sihl.storage
- Library sihl.token
- Library sihl.user
- Library sihl.utils
The modular functional web framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
sihl-queue-0.1.7.tbz
sha256=a432c28b88610b8ef914aa93d1be5bf3ad4b357ebaa8e95848e981ea30611cd4
sha512=e85a2c2935973826ef29191d6a784dca53660c8df55a98174d7326a8a73865cf7f35bfae034b179d85f30bb809985da3c6d170608da2e9ac9763b8fd1f8a1a4e
doc/index.html
sihl
API
Library sihl
Library sihl.authn
Sihl_authnUse this module to verify whether a user is who the user claims to be.
Library sihl.authz
Sihl_authzAuthorization deals with the question whether a user is allowed to do something. Use this module to separate the definition of who is allowed to do what from checking it.
Library sihl.core
Sihl_coreThis is the core of Sihl, every other component builds on top of it.
Library sihl.database
Sihl_databaseUse this module to query the database, implement and run migrations, clean repositories, turn HTTP queries into SQL queries or for sane entity identifier handling.
Library sihl.email
Sihl_email_coreUse this module to send single emails either immediately or later sending a lot of emails at once. Email template support is also provided.
Library sihl.http
Library sihl.message
Sihl_messageUse this module to display flash messages to the user across the request-response lifecycle. This is typically used to provide feedback to the user after submitting HTML forms.
Library sihl.middleware
Sihl_middlewareA middleware is a function that takes aHttp.Route.handlerand returns aHttp.Route.handler. It is typically used to add content to the request context that is valid only during a request.
Library sihl.migration
Sihl_migrationUse the migration service to implement, register and run migrations.
Library sihl.password-reset
Library sihl.queue
Sihl_queue_coreThis module provides a job queue. This is typically used for long-running or resource intensive tasks.
Library sihl.repository
Sihl_repositoryThe repository service deals with cleaning repositories. This is useful for integration tests.
Library sihl.schedule
Sihl_scheduleSchedules are functions that need to run periodically, similarly to cron jobs. Use this for instance to run clean up jobs.
Library sihl.session
Sihl_sessionUse this module to create user sessions and to read and write session data.
Library sihl.storage
Sihl_storage_coreUse this module to store and retrieve large files. This is typically used for binary files such as images or audio.
Library sihl.token
Sihl_tokenThe token service provides an API to generate tokens that carry some data and expire after a certain amount of time. It takes care of secure random byte generation and the persistence and validation of tokens.
Library sihl.user
Sihl_userThis module provides the abstraction of a user that interacts with the Sihl ap. Use it to register new users, changes password, reset passwords and update user details.
Library sihl.utils
Sihl_utilsA collection of services and libraries that deal with JWT, Json, Regex, Hashing, Time and Strings.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
-
API
- Library sihl
- Library sihl.authn
- Library sihl.authz
- Library sihl.core
- Library sihl.database
- Library sihl.email
- Library sihl.http
- Library sihl.message
- Library sihl.middleware
- Library sihl.migration
- Library sihl.password-reset
- Library sihl.queue
- Library sihl.repository
- Library sihl.schedule
- Library sihl.session
- Library sihl.storage
- Library sihl.token
- Library sihl.user
- Library sihl.utils