Giter Site home page Giter Site logo

Comments (4)

mohd-aidi avatar mohd-aidi commented on May 18, 2024

i believe this is because of the url is having {token} in url.

i put the path 'auth/activation' in walled-garden but its not working. but when i put the whole path with token it works. eg 'auth/activation/ddcaea3df51036f189a85c58119c0ffef3744fc9dffaf8c470e803454f9df8d6'

how to dynamically exempt this path without the token?

from laravel-enterprise-starter-kit.

mohd-aidi avatar mohd-aidi commented on May 18, 2024

I solved it using exemptions-regex in walled-garden. i put the path in regex so the function will preg_match this path and return true.

'exemptions-regex' => [
'/password/reset/.*/',
'/auth/activation/',
],

from laravel-enterprise-starter-kit.

sroutier avatar sroutier commented on May 18, 2024

Hey there,

Good find, adding your entry to the exemptions-regex list was the right way
to get around the Walled Garden check.
Question for you: How did you implement the email/account validation? Did
you use a pre-existing module or did you write that functionality yourself?

I would like to incorporate this into the project if you do not mind
sending me a PR, I can have a look at it.

Thanks.
/S

On Tue, Aug 30, 2016 at 8:10 AM, Mohd Aidi [email protected] wrote:

I solved it using exemptions-regex in walled-garden. i put the path in
regex so the function will preg_match this path and return true.

'exemptions-regex' => [
'/password/reset/.*/',
'/auth/activation/',
],


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#49 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC30Fh21nnnzaNBFib44S9Hj0IMYw9cSks5qlB2YgaJpZM4JwbwB
.

from laravel-enterprise-starter-kit.

mohd-aidi avatar mohd-aidi commented on May 18, 2024

i wrote the code based on tutorial below..its not a plugin..but you need to modify some code here and there for it to function.

https://blog.damirmiladinov.com/laravel/laravel-5.2-email-verification-with-activation-code.html#.V8eNlfl94dX

from laravel-enterprise-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.