-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hey, I'm curious whether there already is a system for a custom login procedure or if something like this is planned already.
By itself, the trench login as described here is fine for only authenticating a user and returning an access and refresh token.
What I'm trying to do is, create a login log object on successful login. I can't seem to be able to find a way though, how to customize the default login method you're providing.
Before using the trench auth URLs I was just using simplejwt with a custom login method and serializer. Since I couldn't seem to find a way on how to generate an ephemeral token without using Trenchs default login route, I switched to using yours.
Is there anything to realize this implemented already or planned for the future?
Have a good one and thanks in advance for your help!