FEISystems / ca-adpq-prototype

CA ADPQ
2 stars 2 forks source link

User Accounts for Authorized Consumer and Admin Users #28

Closed ClaireReinken closed 7 years ago

ClaireReinken commented 7 years ago

The Prototype should have 3 authorized consumer user accounts and 2 admin user accounts with login information.

Acceptance criteria: Following Admin accounts are created: Admin Account 1:

Admin Account 2:

Following Consumer account are created: Authorized User Account 1:

Authorized User Account 2:

Authorized User Account 3:

TerryBoswell commented 7 years ago

API Calls are now built out. There is an authenticate method, create user method. There sql script to create the data is called CreateUserTable.txt. AdministratorFilter and AuthenticationFilter for securing api endpoints. The authentication filter is used for any endpoints that require authentication but does not require administrator access. The administratorfilter is used to secure api endpoints only accessible to admins

TerryBoswell commented 7 years ago

I believe that you have a typeo Username: AuthorizedUser1 Password: AuthorizedU$er2