JeffBeltran / sanctum-tokens

Simple Nova Plugin to generate a Laravel Sanctum Personal Access Token
https://novapackages.com/packages/jeffbeltran/sanctum-tokens
51 stars 25 forks source link

add new expired date column #84

Closed LucasLavallee closed 6 months ago

JeffBeltran commented 1 year ago

Thanks @LucasLavallee i'll take a look at this but unless this is a feature supported by sanctum i'll prob not pull this in

AndreSchwarzer commented 1 year ago

Hey @JeffBeltran did you have a chance to look into this?

expires_at is native to Sanctum. Here is the merged PR and the Upgrade Guide.

JeffBeltran commented 9 months ago

oh man sorry @AndreSchwarzer i just realized i dropped the ball on this PR, let me look it over again and i'll get this implemented

AndreSchwarzer commented 8 months ago

Hi @JeffBeltran

did you already find some time to look into it?

Thanks <3

JeffBeltran commented 6 months ago

I have added the column to the table view via #100 but i need to do some UI work before i can add the ability to set the expiration date. I'm going to close this for now since I have a plan to get this feature supported