I've been developing api and decided to use OAuth 2.0.
I'm currently using this package https://github.com/lucadegasperi/oauth2-server-laravel/ . I have one client which is using Authorization Code Grant and it works fine untill my access token expires - then I don't really know what to do except setting date manually. I've been reading about OAuth so much that I got really confused.
Should one grant be assigned to one client or should it switch? Which grant should I use? And what should I do after this token expires?
I'm quite new with OAuth, so please don't be cruel ;-)