MCPcopy Create free account

hub / github.com/cornflourblue/aspnet-core-react-registration-login-example / functions

Functions73 in github.com/cornflourblue/aspnet-core-react-registration-login-example

↓ 4 callersFunctionauthHeader
()
client/src/_helpers/auth-header.js:1
↓ 4 callersFunctionfailure
(error)
client/src/_actions/user.actions.js:33
↓ 4 callersFunctionrequest
(user)
client/src/_actions/user.actions.js:31
↓ 4 callersFunctionsuccess
(user)
client/src/_actions/user.actions.js:32
↓ 1 callersMethodCreate
(User user, string password)
server/Services/UserService.cs:57
↓ 1 callersMethodhandleDeleteUser
(id)
client/src/HomePage/HomePage.jsx:12
MethodAppException
()
server/Helpers/AppException.cs:10
MethodAuthenticate
([FromBody]UserDto userDto)
server/Controllers/UsersController.cs:36
MethodAuthenticate
(string username, string password)
server/Services/UserService.cs:11
MethodAuthenticate
(string username, string password)
server/Services/UserService.cs:28
MethodAutoMapperProfile
()
server/Helpers/AutoMapperProfile.cs:9
MethodBuildWebHost
(string[] args)
server/Program.cs:14
MethodConfigure
This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
server/Startup.cs:67
MethodConfigureServices
This method gets called by the runtime. Use this method to add services to the container.
server/Startup.cs:30
MethodCreate
(User user, string password)
server/Services/UserService.cs:14
MethodCreatePasswordHash
(string password, out byte[] passwordHash, out byte[] passwordSalt)
server/Services/UserService.cs:123
MethodDataContext
(DbContextOptions<DataContext> options)
server/Helpers/DataContext.cs:8
MethodDelete
(int id)
server/Controllers/UsersController.cs:125
MethodDelete
(int id)
server/Services/UserService.cs:16
MethodDelete
(int id)
server/Services/UserService.cs:111
MethodGetAll
()
server/Controllers/UsersController.cs:89
MethodGetAll
()
server/Services/UserService.cs:12
MethodGetAll
()
server/Services/UserService.cs:47
MethodGetById
(int id)
server/Controllers/UsersController.cs:97
MethodGetById
(int id)
server/Services/UserService.cs:13
MethodGetById
(int id)
server/Services/UserService.cs:52
MethodMain
(string[] args)
server/Program.cs:9
FunctionPrivateRoute
({ component: Component, ...rest })
client/src/_components/PrivateRoute.jsx:4
MethodRegister
([FromBody]UserDto userDto)
server/Controllers/UsersController.cs:69
MethodStartup
(IConfiguration configuration)
server/Startup.cs:22
MethodUpdate
(int id, [FromBody]UserDto userDto)
server/Controllers/UsersController.cs:105
MethodUpdate
(User user, string password = null)
server/Services/UserService.cs:15
MethodUpdate
(User userParam, string password = null)
server/Services/UserService.cs:78
MethodUserService
(DataContext context)
server/Services/UserService.cs:23
MethodUsersController
( IUserService userService, IMapper mapper, IOptions<AppSettings> appSetti
server/Controllers/UsersController.cs:26
MethodVerifyPasswordHash
(string password, byte[] storedHash, byte[] storedSalt)
server/Services/UserService.cs:135
Function_delete
(id)
client/src/_actions/user.actions.js:81
Function_delete
(id)
client/src/_services/user.service.js:77
Functionalert
(state = {}, action)
client/src/_reducers/alert.reducer.js:3
Functionauthentication
(state = initialState, action)
client/src/_reducers/authentication.reducer.js:6
Functionclear
()
client/src/_actions/alert.actions.js:17
MethodcomponentDidMount
()
client/src/HomePage/HomePage.jsx:8
Methodconstructor
(props)
client/src/App/App.jsx:13
Methodconstructor
(props)
client/src/LoginPage/LoginPage.jsx:8
Methodconstructor
(props)
client/src/RegisterPage/RegisterPage.jsx:8
Functionerror
(message)
client/src/_actions/alert.actions.js:13
FunctiongetAll
()
client/src/_actions/user.actions.js:64
FunctiongetAll
()
client/src/_services/user.service.js:38
FunctiongetById
(id)
client/src/_services/user.service.js:47
MethodhandleChange
(e)
client/src/LoginPage/LoginPage.jsx:24
MethodhandleChange
(event)
client/src/RegisterPage/RegisterPage.jsx:25
FunctionhandleError
(error)
client/src/_services/user.service.js:103
FunctionhandleResponse
(response)
client/src/_services/user.service.js:86
MethodhandleSubmit
(e)
client/src/LoginPage/LoginPage.jsx:29
MethodhandleSubmit
(event)
client/src/RegisterPage/RegisterPage.jsx:36
Functionlogin
(username, password)
client/src/_actions/user.actions.js:14
Functionlogin
(username, password)
client/src/_services/user.service.js:13
Functionlogout
()
client/src/_actions/user.actions.js:36
Functionlogout
()
client/src/_services/user.service.js:33
FunctionmapStateToProps
(state)
client/src/App/App.jsx:46
FunctionmapStateToProps
(state)
client/src/LoginPage/LoginPage.jsx:74
FunctionmapStateToProps
(state)
client/src/HomePage/HomePage.jsx:47
FunctionmapStateToProps
(state)
client/src/RegisterPage/RegisterPage.jsx:95
Functionregister
(user)
client/src/_actions/user.actions.js:41
Functionregister
(user)
client/src/_services/user.service.js:56
Functionregistration
(state = {}, action)
client/src/_reducers/registration.reducer.js:3
Methodrender
()
client/src/App/App.jsx:23
Methodrender
()
client/src/LoginPage/LoginPage.jsx:40
Methodrender
()
client/src/HomePage/HomePage.jsx:16
Methodrender
()
client/src/RegisterPage/RegisterPage.jsx:47
Functionsuccess
(message)
client/src/_actions/alert.actions.js:9
Functionupdate
(user)
client/src/_services/user.service.js:66
Functionusers
(state = {}, action)
client/src/_reducers/users.reducer.js:3