WindSekirun / RxSocialLogin

An Android Library that provides social login for 15 platforms within by RxJava2, Kotlin and Firebase Authentication.
Apache License 2.0
125 stars 19 forks source link

Subclass an existing provider to extend it or create a new provider #53

Open gnud opened 4 years ago

gnud commented 4 years ago

What's the procedure to register a new provider for instance custom JWT token authentication to own API server?

WindSekirun commented 4 years ago

I don't understand your question.

  1. Which services provide custom JWT token authentication?
  2. Basically, RxSocialLogin and each providers doesn't support existing provider. You can write new providers with copy-pasting by MR
gnud commented 4 years ago

My question was guide to write new providers? Without forking the project that is, by using the library as it is :).

WindSekirun commented 4 years ago

@gnud No. Until now, forking the project is only way to write new providers.