Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new login #1115

Merged
merged 4 commits into from
Feb 23, 2024
Merged

new login #1115

merged 4 commits into from
Feb 23, 2024

Conversation

coderatomy
Copy link
Collaborator

Summary

Description of PR here...
Closes #85, Closes #22

Changes

  • Item 1
  • Item 2
  • Item 3

Screenshots

(Insert image, only for frontend)

Requests / Responses

Request
(Only for backend)
POST /api/users Returns a list of users

{
  "data": {
    "attributes": {
      "name": "The Dude",
      "email": "thedudeabides@wee.net",
      "password": "hellopassword"
    }
  },
  "type": "users"
}

Response
(Only for backend)
HTTP/1.1 200 OK

{
  "data": {
    "type": "users",
    "id": "4",
    "attributes": {
      "name": "The Dude",
      "email": "thedudeabides@wee.net",
      "last-logged-in": null,
      "created-at": "2016-10-20T17:45:08.190Z",
      "updated-at": "2016-10-20T17:45:08.190Z"
    },
    "links": {
      "self": "/users/4"
    }
  }
}

@coderatomy coderatomy merged commit 40bb395 into unstructuredstudio:new-auth Feb 23, 2024
8 of 10 checks passed
@coderatomy coderatomy changed the title New login new sign up Feb 23, 2024
@coderatomy coderatomy changed the title new sign up new login Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant