Twitter user login implementation for mobile app -- 2
Budget: $10 – $30 USD
Integrate Twitter login with a mobile app built using react native cli and nodejs.
Deliverable:
- Using react native cli, render two test screens one should contain a button that says login and the other should contain a text that says “Hurray”
- On click of the button, Twitter authentication workflow should be triggered and after successful authentication, the other screen that says “Hurray” should be rendered. If the authentication fail, stay on current screen with the button.
- Use nodejs for the backend. Both the twitter profile and access token for the successful authentication should be logged to console on the server side.
- Add a random jwt to the header from client side and also have it logged to console on backend in addition to the twitter profile and the access token
Deliverable:
- Using react native cli, render two test screens one should contain a button that says login and the other should contain a text that says “Hurray”
- On click of the button, Twitter authentication workflow should be triggered and after successful authentication, the other screen that says “Hurray” should be rendered. If the authentication fail, stay on current screen with the button.
- Use nodejs for the backend. Both the twitter profile and access token for the successful authentication should be logged to console on the server side.
- Add a random jwt to the header from client side and also have it logged to console on backend in addition to the twitter profile and the access token