Local-osu-Server / osu_client_server

0 stars 0 forks source link

maybe interrupt the whole idea of a session? #100

Open github-actions[bot] opened 4 months ago

github-actions[bot] commented 4 months ago

but we need some more data from the api

so we can send the proper login response

https://github.com/Local-osu-Server/osu_client_server/blob/60a0dcecaeb92ceb015af2b4dd8a52e642d89afc/usecases/bancho.py#L37


            ),
        )

    # only set the user id if we are logged in
    # TODO: maybe interrupt the whole idea of a session?
    crons.client.USER_ID = login_response["profile"]["user_id"]

    # we are now logged in server side
    # but we need some more data from the api
    # so we can send the proper login response