stevenarella icon indicating copy to clipboard operation
stevenarella copied to clipboard

how can i login if i have a microsoft account?

Open TuNiman1 opened this issue 3 years ago • 13 comments

How can i?????

TuNiman1 avatar Mar 17 '22 13:03 TuNiman1

That's the neat part, you don't.

ImGGAAVVIINN avatar Mar 31 '22 21:03 ImGGAAVVIINN

That's the neat part, you don't.

Sorry I don’t understand, I just click continue on the login part???

TuNiman1 avatar Apr 01 '22 04:04 TuNiman1

You can't

Dimev avatar May 19 '22 18:05 Dimev

How can I try this project since Mojang started forcing a migration?

C0ffeeCode avatar Jun 02 '22 13:06 C0ffeeCode

How can I try this project since Mojang started forcing a migration?

Some people figured out that you can still sign in and get the profile using a different endpoint.

mpfaff avatar Jun 02 '22 13:06 mpfaff

I haven't used it in ~2 weeks now, but it might still work.

mpfaff avatar Jun 02 '22 13:06 mpfaff

How can I try this project since Mojang started forcing a migration?

You can try this project in "offline mode" ie. without mojang authentication, just run the binary with the flags specifying server and player name.

./stevenarella -s localhost -u MyUsername

You can see all the available flags by using -h flag. ./stevenarella --help

dImrich avatar Jun 03 '22 08:06 dImrich

Is there an intent to add microsoft authentication? It's not that difficult with an MSA ID, however, I don't know Rust.

txtsd avatar Jun 03 '22 09:06 txtsd

There is no point to it. At the moment the project has a lot of more important issues and it's in pretty much unplayable state, at least on my cpu (i5-2400). Offline mode isn't that bad though.

dImrich avatar Jun 03 '22 09:06 dImrich

Is there an intent to add microsoft authentication? It's not that difficult with an MSA ID, however, I don't know Rust.

Please see other ticket on the sister project (fork) leafish. Lea-fish/leafish#243

Once I am done implementing microsoft support for that project I can try implementing it for this project as the code should be similar.

skillman623 avatar Jun 30 '22 17:06 skillman623

There is a MS-Login impl https://gist.github.com/OverHash/a71b32846612ba09d8f79c9d775bfadf in Rust

Itsusinn avatar Jul 17 '22 16:07 Itsusinn

You could also check out https://github.com/modrinth/hydra

mpfaff avatar Jul 19 '22 13:07 mpfaff

If I have my account token (which I do) is there a way to log in then? I got it from copying the command arguments for java from task manager after I launched Minecraft, so could I like paste it into an argument when I launch stevenarella, or is there a simple way I could edit the code to allow this?

slushie0 avatar Feb 20 '23 18:02 slushie0