-1

Can we use shiro with angular 8 based application. Currently we have spring thymeleaf based application with shiro. We are converting it to spring rest and angular based application. Now we need to include the authenication mechanishm for UI. Can we continue using shiro?

Learner
  • 237
  • 4
  • 15

1 Answers1

1

Yes, just render your login form with Angular instead of Thymeleaf.

Brian Demers
  • 2,051
  • 1
  • 9
  • 12