step-up-labs / firebase-authentication-dotnet

C# library for Firebase Authentication
MIT License
376 stars 129 forks source link

Posibility to change the token expiration #196

Open adonismendozaperez opened 1 year ago

adonismendozaperez commented 1 year ago

I want to change the token expiration, when I try to log in with email and password.

bezysoftware commented 1 year ago

I don't think that's something you can control by yourself, that's set up by the token issuer - see here: https://github.com/step-up-labs/firebase-authentication-dotnet/blob/419936f8428d1a4efc750b319a00bb643423d42f/src/Auth/Providers/EmailProvider.cs#L111