sirepo.auth_db package¶
Auth database
- copyright:
Copyright (c) 2018-2019 RadiaSoft LLC. All Rights Reserved.
- license:
Submodules¶
sirepo.auth_db.base module¶
- copyright:
Copyright (c) 2022 RadiaSoft LLC. All Rights Reserved.
- license:
sirepo.auth_db.email module¶
email auth user
- copyright:
Copyright (c) 2022 RadiaSoft LLC. All Rights Reserved.
- license:
sirepo.auth_db.jupyterhub module¶
sim_api.jupyterhublogin model
- copyright:
Copyright (c) 2022 RadiaSoft LLC. All Rights Reserved.
- license:
sirepo.auth_db.stripe module¶
Stripe db tables
- copyright:
Copyright (c) 2025 RadiaSoft LLC. All Rights Reserved.
- license:
- class sirepo.auth_db.stripe.StripePayment(**kwargs)[source]¶
Bases:
UserDbBase- amount_paid¶
- created¶
- customer_id¶
- invoice_id¶
- subscription_id¶
- subscription_name¶
- uid¶
- user_payment_key¶
sirepo.auth_db.user module¶
auth database models for user roles.
- copyright:
Copyright (c) 2022 RadiaSoft LLC. All Rights Reserved.
- license:
- class sirepo.auth_db.user.UserRegistration(**kwargs)[source]¶
Bases:
UserDbBase- created¶
- display_name¶
- uid¶