Skip to content

Commit

Permalink
Merge pull request #690 from disha1202/docusaurusV3
Browse files Browse the repository at this point in the history
feat: Update Docusaurus from v2 to v3
  • Loading branch information
palisadoes authored Dec 19, 2023
2 parents 290f53e + 822bf16 commit 4a61b62
Show file tree
Hide file tree
Showing 379 changed files with 16,327 additions and 15,286 deletions.
41 changes: 21 additions & 20 deletions docs/developers/talawa-api/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,27 @@ title: Authentication
> ### `Sign Up`
>
> A user can authenticate by creating a new account. This can be done by sending request to api with sign up fields.
image: string
tokenVersion: number
firstName: string
lastName: string
email: string
password: string
createdOrganizations: [Organization]
createdEvents: [Event]
joinedOrganizations: [Organization]
registeredEvents: [Event]
eventAdmin: [Event]
adminFor: [Event]
membershipRequests: [MembershipRequest]
organizationsBlockBy: [Organization]
organizationUserBelongsTo: [Organization]

```json
image: string
tokenVersion: number
firstName: string
lastName: string
email: string
password: string
createdOrganizations: [Organization]
createdEvents: [Event]
joinedOrganizations: [Organization]
registeredEvents: [Event]
eventAdmin: [Event]
adminFor: [Event]
membershipRequests: [MembershipRequest]
organizationsBlockBy: [Organization]
organizationUserBelongsTo: [Organization]
```
> ### `Login`
>
> If a User has already signed up He/She can login to the application by authenticating following Fields .
email: string
password: string
```json
email: string
password: string
```
Loading

0 comments on commit 4a61b62

Please sign in to comment.