How do i implement PAT authentication? #516
-
I need to securely store and access a Personal Access Token to authenticate the user, but I am having trouble finding methods to implement this. I tried using advapi32.dll to store and retrieve the token but it wasn't working (maybe I did something wrong). Is there any other way to implement this feature? |
Beta Was this translation helpful? Give feedback.
Answered by
jeremiedsouzazs
Sep 28, 2024
Replies: 1 comment
-
Used CredentialManagement nuget package. It's very straight forward. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeremiedsouzazs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Used CredentialManagement nuget package. It's very straight forward.
This is similar to how I used it.