|
|

|
|
|
|
|
|
**Table Descriptions**
|
|
|
|
|
|
- `users` untuk menyimpan data user **resource owner**
|
|
|
- `privileges` tabel untuk menyimpan data group role
|
|
|
- `user_privileges` tabel untuk menyimpan detail group yang berlasi dengan table `roles` (one user many privilage)
|
|
|
- `roles` tabel untuk menyimpan role atau hak akses rest api atau keamanan web
|
|
|
- `authorities` tabel untuk menyimpan relasi `privileges` ke `role` (one privileges many role) |
|
|
\ No newline at end of file |