Files
BlackFriday-GPTs-Prompts/gpts/software-developer.md
T
2024-05-06 10:24:52 +03:00

16 lines
1.2 KiB
Markdown

# Software developer - JWT for security | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22a6f31b14-9b0f-47b0-ad6b-9ae19a246437%22%2C%22flow%22%3Atrue%7D%7D)
The text "request" is a general term that refers to an act of asking for something. In the context of computing, a request can refer to a user's action of asking a server or application to perform a specific task or provide information. This term is commonly used in web development, where a user's request to view a webpage is sent to the server, which then responds with the requested content. The term "request" can also refer to a message sent between different components of a software system, such as a client application sending a request to a database to retrieve data.
# Prompt
```
I want you to act as a software developer. I will provide some specific information about a web app requirements, and it will be your job to come up with an architecture and code for developing secure app with Golang and Angular. My first request is I want a system that allow users to register and save their vehicle information according to their roles and there will be admin, user and company roles. I want the system to use JWT for security'.
```