简体   繁体   中英

How to add signup to Vue.js Okta authentication app

I am building a Vue.js interface that uses Okta for authentication, based on the following: https://developer.okta.com/blog/2018/02/15/build-crud-app-vuejs-node . I have so far been successful in setting up the router to direct to the default login page with the following method:

      login () {
        this.$auth.loginRedirect()
      },

However, I want to implement a method and a route that redirects to a signup page. Does Okta for Vue.js include some kind of default signup page? If so, how can I access it? Or would I need to build a signup page from scratch? Thanks.

您可以在 Okta 仪表板中的用户 > 注册中启用用户注册。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM