Skip to content

Add niantic_jwt login source - #10

Open
jfberry wants to merge 1 commit into
mainfrom
loginsource
Open

Add niantic_jwt login source#10
jfberry wants to merge 1 commit into
mainfrom
loginsource

Conversation

@jfberry

@jfberry jfberry commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@Furtif

Furtif commented Aug 26, 2026

Copy link
Copy Markdown

I propose that you add "deprecated".

message LoginRequest {
       enum LoginSource {
           UNSET = 0;
           PTC = 1 [deprecated = true];
           PTC_OAUTH = 2;
           FB = 3;
           GOOGLE = 4;
           N_KIDS = 5 [deprecated = true];
           NIANTIC_JWT = 6;
       }
       ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants