LoginRadius / LoginRadius/dot-net-sdk
VerifyEmail doesn't return the email
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 8
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
When I use this sdk and call
var apiResponse = new AuthenticationApi().VerifyEmail(token, null, url);
the apiResponse doesn't have any information of the user but when I call it native without this sdk, the response return me the email.
this is the response of the native call in a happy path
{
"IsPosted":true,
"Data":{
"Email":"xxxxxxx@yopmail.com"
}
}
And I need the email to get the profile info
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing AuthenticationApi.VerifyEmail and the response model or mapping used for its result, then compare it with the native response shown in the issue. Done means apiResponse exposes the returned Data.Email value for the happy path and the behavior is covered by an appropriate test if the repository has one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, authentication
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100