DEV Community

Discussion on: Tauri + oauth2

Collapse
 
adimac93 profile image
Adimac93

I think you are right! I am just surprised how axum server in tauri app is used just to process the OAuth2 callback, it's interesting. I thought that auth code would be processed on the centralised server to which all desktop clients would be connected with an API. Maybe I've got confused with different types of OAuth2 specs 😅.