Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashokravina/authentication-and-authorization-part-4
We use Client Server Communication ,Authentication & Authorization ,E-Commerce Application , Authentication Flow ,Route Parameters ,history in the Authentication & Authorization Part-4
https://github.com/ashokravina/authentication-and-authorization-part-4
apicalls cookies css3 fetch-api html5 javascript loaders raectjs react-authorization react-components react-native react-router react-router-dom
Last synced: about 1 month ago
JSON representation
We use Client Server Communication ,Authentication & Authorization ,E-Commerce Application , Authentication Flow ,Route Parameters ,history in the Authentication & Authorization Part-4
- Host: GitHub
- URL: https://github.com/ashokravina/authentication-and-authorization-part-4
- Owner: ashokravina
- Created: 2024-08-24T06:07:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T06:16:15.000Z (4 months ago)
- Last Synced: 2024-08-24T07:28:29.186Z (4 months ago)
- Topics: apicalls, cookies, css3, fetch-api, html5, javascript, loaders, raectjs, react-authorization, react-components, react-native, react-router, react-router-dom
- Language: JavaScript
- Homepage: https://authenticatfour.ccbp.tech/login
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication & Authorization | Part 4
## API URL
```
https://apis.ccbp.in/prime-dealshttps://apis.ccbp.in/products
```## Exclusive Prime Deals Banner Image URL
```
https://assets.ccbp.in/frontend/react-js/exclusive-deals-banner-img.png
```## Credentials
### Non Prime Users
```
Username: raja
password: raja@2021
```### Prime Users
```
Username: rahul
password: rahul@2021
``````
Username: praneetha
password: praneetha@2021
```## Add these below statements in your code to import React Loader Spinner
```js
import Loader from 'react-loader-spinner'
```## Add this Component in your code to use React Loader Spinner
```js
```
- Integrating APIs
- Get Exclusive Prime Deals
- API Call Possible Views
- Handle Success View
- Handle Failure View
- Handle Loading View