Hey Everyone,
i am still struggeling with my Project (simple Console App - Minimal Web Api - discord Authentication).
So right now my Console app can fullfill the complete auth process to discord so i got the Access token in the console app, but what i didnt now before that the normal providers that i found didnt verify that token.
so i am thinking of get a new api endpoint where i send my access token, proof the data in an seperate class and save all the data in an sql table.
Then the next step would be that the api calls this database at every call to check if that token is correct and so on( so the authorization Process?)
Is that something that's doable?
Is there some Information to create an own auth process?
Or is that an really bad way and i should try something else?
Thanks for you help