geonature.core.auth.routes

Module d’identificiation provisoire pour test du CAS INPN

Module Contents

Functions

loginCas()

Login route with the INPN CAS

logout_cruved()

Route to logout with cruved

get_user_from_id_inpn_ws(id_user)

insert_user_and_org(info_user[, update_user_organism])

Attributes

routes

log

geonature.core.auth.routes.routes[source]
geonature.core.auth.routes.log[source]
geonature.core.auth.routes.loginCas()[source]

Login route with the INPN CAS

geonature.core.auth.routes.logout_cruved()[source]

Route to logout with cruved To avoid multiples server call, we store the cruved in the session when the user logout we need clear the session to get the new cruved session

geonature.core.auth.routes.get_user_from_id_inpn_ws(id_user)[source]
geonature.core.auth.routes.insert_user_and_org(info_user, update_user_organism: bool = True)[source]