You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what exactly do you want to debug?
The module implements only pam_sm_authenticate(), which calls oauth2_authenticate(). The last one does most of the job.
For local debugging probably the easiest would be adding the main() function and calling oauth2_authenticate() from it.
Nice plugin! Working as expected.
Any recommendations for a debug/breakpoint setup if I am looking to extend this?
The text was updated successfully, but these errors were encountered: