Skip to main content

CalypSSO

Node project build as a Python module for Hyperion. CalypSSO is composed of:

  • A small and static Next.js frontend for Hyperion

Next.js development

You can set Hyperion base url in a dotenv /web/.env

yarn install
yarn dev:web

Pages

The base url of this project is /calypsso.

You will find:

  • http://localhost:3000/calypsso/register
  • http://localhost:3000/calypsso/activate?activation_token=12345
  • http://localhost:3000/calypsso/activate?activation_token=12345&external=true
  • http://localhost:3000/calypsso/recover
  • http://localhost:3000/calypsso/reset-password?reset_token=12345
  • http://localhost:3000/calypsso/login?client_id=Titan&response_type=code&scope=API&redirect_uri=https://localhost:8000/static.html&code_challenge=3sMJwwv1xfZK6yay-HkpseTGMUrmwWx5B9zVAxGfrb0=&code_challenge_method=S256
  • http://localhost:3000/calypsso/change-password/?email=prenom.nom%40etu.ec-lyon.fr
  • http://localhost:3000/calypsso/asset/?path=mypayment_terms_of_service

Maizzle emails template

Email templates are build using Maizzle.

To preview mails during development use:

yarn install
yarn dev:mail

Email contains escaped template strings:@{{ variable_name }} will be rendered by Maizzle as {{ variable_name }}. Then the Python module will process these expressions using Jinja2

Emails, layout and components are based on maizzle base template repository and design.

You can set the frontmatter preheader of a mail to customize the text preview of the email. See preview-text

Variable starting with an underscore (ex: _logo_url) will be set globally by CalypSSO Python module.

Build Python module

First you need to compile the Next.js project

yarn install
yarn build

The build pages will be located in the /out directory. The small Python package sources are located in /python.

You can install it locally in an other python project using

pip install "path/to/calypsso"

To use it, you need to mount CalypSSO at the subpath /calypsso

For exemple with FastAPI, you could do:

from fastapi import FastAPI

# Define your app
app = FastAPI(
    title="MyFastAPIApp",
)
# ...
# Mount CalypSSO app at the subpath /calypsso
calypsso = get_calypsso_app()
app.mount("/calypsso", calypsso)

Make a release on Pypi

You need to edit CalypSSO version in python/calypsso/__about__.py. Then make a release on GitHub and add a tag. The tag should match v*.*.*.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calypsso-2.7.1.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

calypsso-2.7.1-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

File details

Details for the file calypsso-2.7.1.tar.gz.

File metadata

  • Download URL: calypsso-2.7.1.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for calypsso-2.7.1.tar.gz
Algorithm Hash digest
SHA256 eddff8d2cbd04e88bcc76a9e06dc4869250b6ae68b8291d4c717d6b5c8a56ec5
MD5 32fffae6c5cf9c184e0f17d8221ed0de
BLAKE2b-256 81d9bba60a194b16c36aa43bfdfc89a0deb699a42c51f81bb0fe02b056712adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for calypsso-2.7.1.tar.gz:

Publisher: release.yml on aeecleclair/CalypSSO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calypsso-2.7.1-py3-none-any.whl.

File metadata

  • Download URL: calypsso-2.7.1-py3-none-any.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for calypsso-2.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b532cd7df27ee030d153509864a93fa571222e8cd7725216cc68321672584e0f
MD5 a508adc0973ad080abb09170e4478dca
BLAKE2b-256 0b1dd64b2fbfb2e3636d6710c55ee8926b04c5cad939781c693c3ef970f088e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for calypsso-2.7.1-py3-none-any.whl:

Publisher: release.yml on aeecleclair/CalypSSO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

2.7.1 This release

2 files

2.7.0

2 files

2.6.1

2 files

2.6.0

2 files

2.5.0

2 files

2.4.0

2 files

2.3.0

2 files

2.2.1

2 files

2.2.0

2 files

2.1.1

2 files

2.1.0

2 files

2.0.0

2 files

1.3.0

2 files

1.2.0

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.1

2 files

1.0.0

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page